Revert "Use the current hostname for baseUrl"

This commit is contained in:
Jen Travinski
2022-03-23 16:57:59 -04:00
committed by GitHub
parent 7fba815648
commit d67c9346af
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ RUN mkdir -p /output /theme/rancher-website-theme && tar -xzf /run/master.tar.gz
# Expose default hugo port
EXPOSE 9001
ENTRYPOINT ["hugo", "serve", "--bind=0.0.0.0", "--buildDrafts", "--buildFuture" ]
ENTRYPOINT ["hugo", "serve", "--bind=0.0.0.0", "--buildDrafts", "--buildFuture", "--baseURL=" ]