Skip to content

Commit

Permalink
Use a test command that doesn't need a config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Oct 5, 2021
1 parent 4d8de68 commit 6c30555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN if [ "$ENVIRONMENT" = "deployment" ] ; then\
RUN pip freeze

# Is it working?
RUN cubedash-run --version
RUN cubedash-gen --version

# This is for prod, and serves as docs. It's usually overwritten
CMD gunicorn -b '0.0.0.0:8080' -w 1 '--worker-class=egg:meinheld#gunicorn_worker' --timeout 60 --config python:cubedash.gunicorn_config cubedash:app

0 comments on commit 6c30555

Please sign in to comment.