wip
All checks were successful
Release CI action / build-and-push-container (push) Successful in 35s

This commit is contained in:
2024-12-01 09:55:16 +01:00
parent 7e84b198fc
commit 02a84b7d37
3 changed files with 84 additions and 14 deletions

View File

@ -7,4 +7,6 @@ ADD hugo.toml /hugo/hugo.toml
ADD content /hugo/content
ADD static /hugo/static
ADD shortcodes /hugo/layouts/shortcodes
CMD ["hugo", "serve", "--bind", "0.0.0.0"]
ENV PORT=1313
EXPOSE $PORT
CMD hugo serve --bind 0.0.0.0 --port $PORT