nginx-golang-mysql: code review fixes

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:46:41 -04:00
committed by Milas Bowman
parent aa997c70ea
commit aae8ffbdce
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/cache \
CMD ["/code/bin/backend"]
FROM builder as dev-envs
FROM builder AS dev-envs
RUN <<EOF
apk update