Skip to content

Commit

Permalink
Merge pull request #23 from diegodelemos/fix-flask-dockerfile-cmd
Browse files Browse the repository at this point in the history
docker: fix Dockerfile Flask cmd
  • Loading branch information
hjhsalo committed Apr 5, 2017
2 parents 6eb1e81 + 8d80d81 commit f093d02
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 @@ -27,4 +27,4 @@ RUN adduser --uid 1000 --disabled-password --gecos '' reanauser && \
USER reanauser
EXPOSE 5000
ENV FLASK_APP reana_workflow_controller/app.py
CMD ["flask", "run"]
CMD ["flask", "run", "--host=0.0.0.0"]

0 comments on commit f093d02

Please sign in to comment.