mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Merge pull request #1402 from starsep/makefileSpecifyShell
Makefile: specify SHELL bash
This commit is contained in:
commit
04220913c1
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue