1
0
forked from finn/site

mgt doc updates

This commit is contained in:
2024-08-01 22:21:07 -07:00
parent 52c1e056c1
commit a8068c8578
3 changed files with 66 additions and 5 deletions

View File

@ -6,6 +6,7 @@ COPY requirements.txt /code
RUN target=/root/.cache/pip \
pip3 install -r requirements.txt
# Need to make this explicit as part of expansion, no migrations or venv
COPY . .
ENV FLASK_APP app.py