diff --git a/Dockerfile b/Dockerfile index 12ca3bb..9d590e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ ARG CADDY_VERSION="2.10.0" # Stage 1: Build FROM ghcr.io/gohugoio/hugo:${HUGO_VERSION} AS builder +USER hugo:hugo WORKDIR /project COPY . . RUN hugo build