From 3c94d598ff9e96c666bfbbb4fc60ac98dfdcabed Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 1 Nov 2022 14:37:13 +0100 Subject: [PATCH] [Dockerfile] Fixed entrypoint --- Dockerfile.linux.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 18078e3..153ecda 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -20,4 +20,4 @@ RUN set -e \ EXPOSE 8080 ENTRYPOINT ["/usr/local/bin/hugo", "server"] -CMD ["--baseUrl=https://start.simoncor.net", "--bind=0.0.0.0", "--port=8080", "--source=/site/", "--theme=slate"] +CMD ["--baseUrl=http://start.simoncor.net", "--bind=0.0.0.0", "--port=80", "--source=/site/", "--theme=slate"]