File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ deploy_local:
4343 docker-compose up -d
4444 make -f vue/Makefile build
4545 source env.hosts.prod && rsync -av --delete vue/dist $$ VUE_LOCAL_PATH
46- docker-compose exec django make migrate
47- docker-compose exec django killall -TERM gunicorn
46+ docker-compose exec -T django make migrate
47+ docker-compose exec -T django killall -TERM gunicorn
4848
4949slack-push :
5050 source env.hosts.prod && test -v SLACK_APP_HOOK && curl -X POST -H ' Content-type: application/json' --data " {\" text\" :\" $$ SLACK_APP_TEXT\" }" " https://hooks.slack.com/services/$$ SLACK_APP_HOOK"
Original file line number Diff line number Diff line change 11GEMEINDESCAN_WEBUI_VUE =0.3.2
2- DOCKER_EXEC =$(shell command -v docker > /dev/null && echo "docker-compose exec vue")
2+ DOCKER_EXEC =$(shell command -v docker > /dev/null && echo "docker-compose exec -T vue")
33
44
55.PHONY : all
You can’t perform that action at this time.
0 commit comments