Config update. Dockerfile bugfix

This commit is contained in:
Guillaume
2023-05-24 18:14:23 +02:00
parent b9724b5073
commit 56f3665299
3 changed files with 4 additions and 25 deletions

View File

@ -1,6 +1,6 @@
FROM hugomods/hugo:exts-0.112.1 as build
COPY . /src
RUN hugo --minify --gc --enableGitInfo
RUN hugo --minify --gc
FROM nginx:alpine
COPY --from=build /src/public /usr/share/nginx/html