Change cache saving
This commit is contained in:
parent
46494cde5c
commit
982914002c
2 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue