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