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

Commit

Permalink
I have a theory. This will test it.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolos committed Apr 3, 2017
1 parent a9c229c commit 3cc92f2
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
sleep 3 && supervisord -n
;;
"test")
export "SERVICEBOOK=http://localhost:5001/api/"
supervisord -n
sleep 3 && supervisord -n
;;
"shell"|"admin")
/bin/bash
Expand Down

0 comments on commit 3cc92f2

Please sign in to comment.