mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
contribute: update to use compose watch
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -20,6 +20,9 @@ FROM base as build-base
|
||||
COPY --from=hugo $GOPATH/bin/hugo /bin/hugo
|
||||
COPY --from=node /src/node_modules /src/node_modules
|
||||
|
||||
FROM build-base as dev
|
||||
COPY . .
|
||||
|
||||
FROM build-base as build
|
||||
ARG HUGO_ENV
|
||||
ARG DOCS_URL
|
||||
|
||||
Reference in New Issue
Block a user