mirror of https://github.com/docker/docs.git
Merge pull request #18902 from thaJeztah/rm_double_copy
Dockerfile: fix duplicate WORKDIR, and source COPY for update-modules…
This commit is contained in:
commit
63678972dd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue