wip
All checks were successful
Release CI action / build-and-push-container (push) Successful in 35s
All checks were successful
Release CI action / build-and-push-container (push) Successful in 35s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user