Skip to content
Permalink
Browse files

Fix command.

  • Loading branch information...
anjackson committed Oct 12, 2018
1 parent 742989c commit bda5c40fafd4b391f9665d4959a416a8f02fdfbc
Showing with 1 addition and 3 deletions.
  1. +1 −3 Dockerfile
@@ -9,6 +9,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN python setup.py install

#CMD [ h3cc ]
CMD gunicorn --error-logfile - --access-logfile - --bind 0.0.0.0:8000 --workers 10 hapy.dash.dashboard:app

CMD [ h3cc ]

0 comments on commit bda5c40

Please sign in to comment.
You can’t perform that action at this time.