We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352be5b commit 88d598aCopy full SHA for 88d598a
Dockerfile
@@ -76,14 +76,14 @@ RUN mkdir -p /var/hugo/bin /cache && \
76
# See https://github.com/gohugoio/hugo/issues/9810
77
runuser -u hugo -- git config --global core.quotepath false
78
79
+USER hugo:hugo
80
VOLUME /project
81
WORKDIR /project
-USER hugo:hugo
82
ENV HUGO_CACHEDIR=/cache
83
ENV PATH="/var/hugo/bin:$PATH"
84
85
COPY scripts/docker/entrypoint.sh /entrypoint.sh
86
-COPY --link --from=dart-sass /out/dart-sass /var/hugo/bin/dart-sass
+COPY --from=dart-sass /out/dart-sass /var/hugo/bin/dart-sass
87
88
# Update PATH to reflect the new dependencies.
89
# For more complex setups, we should probably find a way to
0 commit comments