diff --git a/Dockerfile b/Dockerfile index c28e4fbb0a..95118fa61d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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