nginx-flask-mysql: Dockerfile consistency tweak

Co-authored-by: Guillaume Lours <guillaume@lours.me>
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman 2022-07-13 08:42:42 -04:00 committed by Milas Bowman
parent 5a9d71e833
commit 9d979fa005

View File

@ -17,7 +17,7 @@ EXPOSE 8000
CMD ["flask", "run"]
FROM builder as dev-envs
FROM builder AS dev-envs
RUN <<EOF
apk update