Skip to content

Commit c2914e5

Browse files
committed
🚀 Removed env var
1 parent 6e11a35 commit c2914e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ COPY --chown=user:user . .
1919
USER 999
2020

2121
ENV PATH="/usr/app/venv/bin:$PATH"
22-
ENV FLASK_APP="app/app.py"
22+
EXPOSE 5000
2323

2424

25-
EXPOSE 5000
2625
ENTRYPOINT ["./boot.sh"]

0 commit comments

Comments
 (0)