Skip to content

Commit

Permalink
Show log while executing web server
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jul 16, 2016
1 parent cda8834 commit 4d47487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apt-get update && \
EXPOSE 5000

CMD bash -c "source /cesium_env/bin/activate && \
make log & \
PYTHONPATH=. python -c \"from cesium_app.models import create_tables as c; c()\" && \
supervisord -c conf/supervisord.conf"

0 comments on commit 4d47487

Please sign in to comment.