post c10 cleanup

This commit is contained in:
2024-08-05 01:36:10 -07:00
parent b3b188f370
commit 5168e6cd73
5 changed files with 38 additions and 24 deletions

View File

@ -12,7 +12,7 @@ COPY requirements.txt /code
RUN target=/root/.cache/pip \
pip3 install --root-user-action=ignore -q -r requirements.txt
# Need to make this explicit as part of expansion, no migrations or venv
# Dockerignore has this skip migrations, venv, sqlite db
COPY . .
ENV FLASK_APP microblog.py