test removing docker image layer

This commit is contained in:
ted-cdw 2023-02-21 21:29:09 -05:00
parent d943f1bc18
commit 2aaf0cc5ca

View file

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