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"]