diff --git a/Dockerfile b/Dockerfile index 7cd3f6922b..0fe13761b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM build-base as build ARG HUGO_ENV ARG DOCS_URL COPY . . -RUN /bin/hugo --gc --minify -d /out -e $HUGO_ENV -b $DOCS_URL +RUN hugo --gc --minify -d /out -e $HUGO_ENV -b $DOCS_URL FROM scratch as release COPY --from=build /out /