Skip to content

Commit

Permalink
flask app env added
Browse files Browse the repository at this point in the history
  • Loading branch information
tedoaba committed Oct 23, 2024
1 parent 716a0d6 commit 5e1f661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM python:3.10
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV FLASK_APP=app

# Set the working directory
WORKDIR /app
Expand Down

0 comments on commit 5e1f661

Please sign in to comment.