test adding new docker layer

This commit is contained in:
ted-cdw 2023-02-22 09:19:15 -05:00
parent a8583de2a8
commit 704bfaa985

View file

@ -6,6 +6,7 @@ WORKDIR /tutorial
RUN pip install .
RUN flask --app=flaskr init-db
RUN touch blah
RUN touch blah2
EXPOSE 5000