feat(init)

This commit is contained in:
2025-07-21 09:38:31 +02:00
commit 84dad8b5a3
19 changed files with 170 additions and 0 deletions

8
Dockerfile Normal file
View File

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