Skip to content

Commit

Permalink
aip-dev#1277 fixed flask debug variable
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-ptml committed Apr 16, 2024
1 parent ad62e73 commit fa7e06a
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 @@ -14,7 +14,7 @@ RUN pip install -r requirements.txt
RUN apk del git

# Set environment variables.
ENV FLASK_ENV development
ENV FLASK_DEBUG=True

# Expose appropriate ports.
EXPOSE 4000
Expand Down

0 comments on commit fa7e06a

Please sign in to comment.