Make docker environment interoperable with supervisorctl commands

This commit is contained in:
AlanCoding
2018-12-03 21:42:19 -05:00
parent 2b5210842d
commit 77d2364022
4 changed files with 12 additions and 12 deletions

View File

@@ -259,7 +259,7 @@ supervisor:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/awx/bin/activate; \
fi; \
supervisord --configuration /supervisor.conf --pidfile=/tmp/supervisor_pid
supervisord --pidfile=/tmp/supervisor_pid
# Alternate approach to tmux to run all development tasks specified in
# Procfile.