From 22c0d82d5c2e8fbf22c852eb82fa54de42891f92 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 6 May 2021 22:40:23 +0200 Subject: [PATCH] chore: set hugo env to prod by default --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 15c829c..d312de0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ ARG BUILD_VERSION # renovate: datasource=github-releases depName=gohugoio/hugo ENV HUGO_VERSION="${BUILD_VERSION:-v0.83.1}" +ENV HUGO_ENV=production + COPY overlay/ / RUN apk add --update --no-cache --virtual .build-deps tar curl && \