Skip to content

Commit a43aaf5

Browse files
committed
Docker 5
1 parent 19e4dc0 commit a43aaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN apk add --no-cache \
7373
RUN mkdir -p /var/hugo/bin /cache && \
7474
addgroup -Sg 1000 hugo && \
7575
adduser -Sg hugo -u 1000 -h /var/hugo hugo && \
76-
chown -R hugo: /var/hugo /cache /project \
76+
chown -R hugo: /var/hugo /cache /project && \
7777
# For the Hugo's Git integration to work.
7878
runuser -u hugo -- git config --global --add safe.directory /project && \
7979
# See https://github.com/gohugoio/hugo/issues/9810

0 commit comments

Comments
 (0)