test adding new docker layer

This commit is contained in:
ted-cdw 2023-02-21 21:07:00 -05:00
parent 982914002c
commit e843d13d67

View file

@ -5,6 +5,7 @@ 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