1
0
forked from finn/site

add args flask example and update example env

This commit is contained in:
2024-07-29 11:00:48 +00:00
parent 8c090273c7
commit 4bec4e9671
5 changed files with 52 additions and 9 deletions

View File

@ -8,7 +8,7 @@ RUN target=/root/.cache/pip \
COPY . .
ENV FLASK_APP app.py
ENV FLASK_APP giapp.py
# This might be scary to leave on
#ENV FLASK_ENV development