chore: set hugo env to prod by default
This commit is contained in:
parent
7f78d0fb67
commit
22c0d82d5c
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user