From 7cbfef3543c378ec1e20791ef3801a5625780bd7 Mon Sep 17 00:00:00 2001 From: Asger Gitz-Johansen Date: Mon, 2 Dec 2024 16:56:13 +0100 Subject: [PATCH] wip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 443b79c..e720c2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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", "--bind", "0.0.0.0", "--port", "$PORT"]