We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e4dc0 commit a43aaf5Copy full SHA for a43aaf5
Dockerfile
@@ -73,7 +73,7 @@ RUN apk add --no-cache \
73
RUN mkdir -p /var/hugo/bin /cache && \
74
addgroup -Sg 1000 hugo && \
75
adduser -Sg hugo -u 1000 -h /var/hugo hugo && \
76
- chown -R hugo: /var/hugo /cache /project \
+ chown -R hugo: /var/hugo /cache /project && \
77
# For the Hugo's Git integration to work.
78
runuser -u hugo -- git config --global --add safe.directory /project && \
79
# See https://github.com/gohugoio/hugo/issues/9810
0 commit comments