feat(container): Dockerfile

This commit is contained in:
Nicolai Ort 2025-01-16 22:08:31 +01:00
parent 64c592285f
commit 74b4139b8d
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

8
Dockerfile Normal file
View File

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