Skip to content

Commit

Permalink
add absolute path to app
Browse files Browse the repository at this point in the history
  • Loading branch information
BukiOffor committed Mar 22, 2024
1 parent cafb7ec commit 1b0f350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ RUN pip install -r requirements.txt


EXPOSE 5000
ENV FLASK_APP=app.py
ENV FLASK_APP=/home/pn/app/app.py
CMD ["flask", "run", "--host", "0.0.0.0"]

0 comments on commit 1b0f350

Please sign in to comment.