Merge pull request #18902 from thaJeztah/rm_double_copy

Dockerfile: fix duplicate WORKDIR, and source COPY for update-modules…
This commit is contained in:
David Karlsson 2023-12-11 22:48:29 +01:00 committed by GitHub
commit 63678972dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ RUN htmltest
FROM build-base as update-modules
ARG MODULE="-u"
WORKDIR /src
COPY . .
RUN hugo mod get ${MODULE}
RUN hugo mod vendor