fix: set baseurl
Some checks failed
Release CI action / build-and-push-container (push) Has been cancelled

This commit is contained in:
Asger Gitz-Johansen 2024-12-02 21:31:09 +01:00
parent 3e4bf792fe
commit 253f2c9539

View File

@ -9,4 +9,4 @@ ADD static /hugo/static
ADD shortcodes /hugo/layouts/shortcodes
ENV PORT=1313
EXPOSE $PORT
CMD ["hugo", "serve", "--bind", "0.0.0.0", "--port", "$PORT"]
CMD ["hugo", "serve", "--baseURL", "https://blog.gtz.dk/", "--bind", "0.0.0.0"]