Compare commits

...

1 Commits

Author SHA1 Message Date
Robert Kaussow 22c0d82d5c
chore: set hugo env to prod by default
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-05-06 22:40:23 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -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 && \