Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
msadeqsirjani committed Sep 9, 2023
1 parent 0af6df3 commit fc4e6d8
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 @@ -25,7 +25,7 @@ RUN apt-get install -y libxcb-randr0-dev libxcb-xtest0-dev libxcb-xinerama0-dev
COPY . .

# set environment variables
ENV FLASK_APP=run.py
ENV FLASK_APP=app.py
ENV FLASK_ENV=production

# expose the port
Expand Down

0 comments on commit fc4e6d8

Please sign in to comment.