change Hugo build image WORKDIR

- Getting a permissions error on /project
This commit is contained in:
Drew Bowering 2025-05-09 14:45:56 -06:00
parent ef6b699072
commit c0d05b4881
Signed by: drew
GPG Key ID: DC9462335BDDAC6B

View File

@ -4,7 +4,7 @@ ARG CADDY_VERSION="2.10.0"
# Stage 1: Build
FROM ghcr.io/gohugoio/hugo:${HUGO_VERSION} AS builder
WORKDIR /project
WORKDIR /var/hugo/project
COPY . .
RUN hugo build