Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks authored Jan 26, 2019
1 parent c4a7585 commit 12675e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ RUN pip install gunicorn
RUN pip install -r requirements.txt
RUN pip install pycocotools

COPY ./.git .git/
COPY ./app app/
COPY ./.git /workspace/.git
COPY ./app /workspace/app

EXPOSE 5000
CMD gunicorn -w 4 -b 0.0.0.0:5000 app:app --config app/gunicorn_config.py --log-level debug

0 comments on commit 12675e7

Please sign in to comment.