From 2ebb9abc36a25889520ae7a59a9117e02165e992 Mon Sep 17 00:00:00 2001 From: Elias Ahokas Date: Thu, 25 Sep 2025 22:34:54 +0300 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2d51a4..540e73f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ WORKDIR /app EXPOSE 1313 -CMD ["hugo", "server", "---bind=0.0.0.0", "--baseURL=https://localhost:1313", "-D", "--disableFastRender"] +CMD ["hugo", "server", "--bind", "0.0.0.0", "--baseURL=/", "-D", "--disableFastRender"]