mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
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:
parent
5a9d71e833
commit
9d979fa005
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ EXPOSE 8000
|
|||
|
||||
CMD ["flask", "run"]
|
||||
|
||||
FROM builder as dev-envs
|
||||
FROM builder AS dev-envs
|
||||
|
||||
RUN <<EOF
|
||||
apk update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue