Makefile: specify SHELL bash

This commit is contained in:
Filip Czaplicki 2021-01-24 19:26:34 +01:00
parent 3ad5295a33
commit b5b6d8a528

View file

@ -1,3 +1,4 @@
SHELL := /bin/bash
newsblur := $(shell docker ps -qf "name=newsblur_web")
CURRENT_UID := $(shell id -u)
CURRENT_GID := $(shell id -g)
@ -60,4 +61,4 @@ images:
- docker push newsblur/node_prod
deploy:
- docker stack deploy --with-registry-auth -c stack-compose.yml dev-stack
- docker stack deploy --with-registry-auth -c stack-compose.yml dev-stack