Merge pull request #1402 from starsep/makefileSpecifyShell

Makefile: specify SHELL bash
This commit is contained in:
Samuel Clay 2021-03-01 17:56:04 -05:00 committed by GitHub
commit 04220913c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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