fix: set baseurl
All checks were successful
Release CI action / build-and-push-container (push) Successful in 3m12s
All checks were successful
Release CI action / build-and-push-container (push) Successful in 3m12s
This commit is contained in:
parent
3e4bf792fe
commit
e3e9fc0faa
@ -9,4 +9,4 @@ ADD static /hugo/static
|
|||||||
ADD shortcodes /hugo/layouts/shortcodes
|
ADD shortcodes /hugo/layouts/shortcodes
|
||||||
ENV PORT=1313
|
ENV PORT=1313
|
||||||
EXPOSE $PORT
|
EXPOSE $PORT
|
||||||
CMD ["hugo", "serve", "--bind", "0.0.0.0", "--port", "$PORT"]
|
CMD ["hugo", "serve", "--baseUrl", "blog.gtz.dk" "--bind", "0.0.0.0", "--port", "$PORT"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user