Browse Source

Hugo, disable build drafts

main
Victor Roest 2 years ago
parent
commit
548f97a1b9
Signed by: 0x76 GPG Key ID: A3923C699D1A3BDA
  1. 2
      Dockerfile

2
Dockerfile

@ -7,7 +7,7 @@ RUN curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/
WORKDIR /build
COPY . .
RUN /bin/hugo -D
RUN /bin/hugo
FROM nginxinc/nginx-unprivileged:mainline-alpine
# Point 404 to 404.html

Loading…
Cancel
Save