Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #40 from mozilla/supervisord
Browse files Browse the repository at this point in the history
add -c option - fixes #37
  • Loading branch information
tarekziade committed May 4, 2017
2 parents c6b4bbb + 4ee2631 commit 9979d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ fi

case "$ARG" in
"start")
supervisord -n
supervisord -n -c /etc/supervisor/supervisord.conf
;;
"test")
export "SERVICEBOOK=http://localhost:5001/api/"
supervisord -n
supervisord -n -c /etc/supervisor/supervisord.conf
;;
"shell"|"admin")
/bin/bash
Expand Down

0 comments on commit 9979d21

Please sign in to comment.