Skip to content

Commit

Permalink
installation: upgrade to Flask 0.12
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Rodriguez <diego.rodriguez@cern.ch>
  • Loading branch information
Diego Rodriguez committed Feb 15, 2017
1 parent dbbe595 commit b209f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ RUN adduser --uid 1000 --disabled-password --gecos '' reanauser && \
chown -R reanauser:reanauser /code
USER reanauser
EXPOSE 5000
CMD ["python", "reana_workflow_controller/app.py"]
ENV FLASK_APP reana_workflow_controller/app.py
CMD ["flask", "run"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

install_requires = [
'celery==3.1.17',
'Flask==0.10.1',
'Flask>=0.12',
'requests==2.11.1',
]

Expand Down

0 comments on commit b209f4e

Please sign in to comment.