Compare commits

..

2 Commits

2 changed files with 4 additions and 2 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
*lock
public/**

View File

@ -1,8 +1,8 @@
FROM registry.odit.services/hub/hugomods/hugo:exts as build FROM hugomods/hugo:exts as build
WORKDIR /app WORKDIR /app
COPY . /app/ COPY . /app/
RUN hugo RUN hugo
FROM registry.odit.services/hub/hugomods/hugo:nginx FROM hugomods/hugo:nginx
COPY --from=build /app/public /site COPY --from=build /app/public /site