contribute: update to use compose watch

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2023-08-23 15:42:54 +02:00
parent 2d8290fa5e
commit c379bec61b
4 changed files with 26 additions and 22 deletions

View File

@@ -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