1
0
forked from finn/site

set up wsgi/flask option in backend

This commit is contained in:
2024-07-30 12:58:32 +00:00
parent 4bec4e9671
commit 9b79a3796b
4 changed files with 5 additions and 8 deletions

View File

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