Skip to content

Commit

Permalink
🐛 Use run script to upgrade db before supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
dankolbman committed Apr 2, 2018
1 parent e16f2b3 commit b1e9611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -32,4 +32,4 @@ COPY bin/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
#COPY bin/gunicorn.conf /etc/supervisor/conf.d/gunicorn.conf

# Start processes
CMD ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
CMD ["/app/bin/run.sh"]

0 comments on commit b1e9611

Please sign in to comment.