Commit c5a2a403 by Michael Roytman Committed by GitHub

Merge pull request #3802 from edx/mroytman/fixup-docker-notifier

fix supervisor configuration file path
parents 1a7fb5e4 6e6de5d0
......@@ -9,4 +9,4 @@ RUN /edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook notifier.yml \
-t 'install' \
-e@/ansible_overrides.yml
WORKDIR /edx/app
CMD ["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisor/supervisord.conf"]
CMD ["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment