mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Make docker environment interoperable with supervisorctl commands
This commit is contained in:
2
Makefile
2
Makefile
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user