1
0
forked from finn/site

mgt c7 finish

This commit is contained in:
2024-08-03 11:45:37 -07:00
parent 5b0cd1d22f
commit d7a0167cd6
11 changed files with 57 additions and 8 deletions

View File

@ -11,7 +11,7 @@ RUN target=/root/.cache/pip \
# Need to make this explicit as part of expansion, no migrations or venv
COPY . .
#ENV FLASK_APP app.py
ENV FLASK_APP microblog.py
# This might be scary to leave on
#ENV FLASK_ENV development