test adding new docker layer

This commit is contained in:
ted-cdw 2023-02-22 09:48:16 -05:00
parent b5a10b35b9
commit 2287ef364a

View file

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