change Hugo build image WORKDIR
- Getting a permissions error on /project
This commit is contained in:
parent
ef6b699072
commit
c0d05b4881
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user