feat(container): Dockerfile

This commit is contained in:
2025-01-16 22:08:31 +01:00
parent 64c592285f
commit 74b4139b8d

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