Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Bind to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk committed Dec 29, 2017
1 parent b0394dc commit 5dbe929
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 @@ -14,4 +14,4 @@ COPY . /usr/src/app
RUN pipenv install --system
COPY --from=static /usr/src/app/static/dist /usr/src/app/static/dist

CMD ["flask", "run", "--port=5000"]
CMD ["flask", "run", "--host=0.0.0.0", "--port=5000"]

0 comments on commit 5dbe929

Please sign in to comment.