test adding new docker layer

This commit is contained in:
ted-cdw 2023-02-21 20:43:37 -05:00
parent 0c1cae6f15
commit 46494cde5c

View file

@ -1,10 +1,12 @@
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