Change cache saving

This commit is contained in:
ted-cdw 2023-02-21 21:04:30 -05:00
parent 46494cde5c
commit 982914002c
2 changed files with 8 additions and 8 deletions

View file

@ -1,12 +1,10 @@
FROM python:3.11.2-alpine3.17
COPY . "/tutorial"
WORKDIR /tutorial
RUN pip install .
RUN flask --app=flaskr init-db
RUN touch blah
EXPOSE 5000