Skip to content

Commit

Permalink
Docker 5
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 30, 2024
1 parent 19e4dc0 commit a43aaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN apk add --no-cache \
RUN mkdir -p /var/hugo/bin /cache && \
addgroup -Sg 1000 hugo && \
adduser -Sg hugo -u 1000 -h /var/hugo hugo && \
chown -R hugo: /var/hugo /cache /project \
chown -R hugo: /var/hugo /cache /project && \
# For the Hugo's Git integration to work.
runuser -u hugo -- git config --global --add safe.directory /project && \
# See https://github.com/gohugoio/hugo/issues/9810
Expand Down

0 comments on commit a43aaf5

Please sign in to comment.