test adding new docker layer
This commit is contained in:
parent
0c1cae6f15
commit
46494cde5c
1 changed files with 2 additions and 0 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
FROM python:3.11.2-alpine3.17
|
FROM python:3.11.2-alpine3.17
|
||||||
|
|
||||||
|
|
||||||
COPY . "/tutorial"
|
COPY . "/tutorial"
|
||||||
WORKDIR /tutorial
|
WORKDIR /tutorial
|
||||||
|
|
||||||
RUN pip install .
|
RUN pip install .
|
||||||
RUN flask --app=flaskr init-db
|
RUN flask --app=flaskr init-db
|
||||||
|
RUN touch blah
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue