diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 07d668a..857bb86 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -20,10 +20,4 @@ RUN set -e \ EXPOSE 8080 ENTRYPOINT ["/usr/local/bin/hugo", "server"] -CMD [ - - "--baseUrl=start.simoncor.net", - - "--bind=0.0.0.0", - - "--port 8080", - - "--source=/site/", - - "--theme slate" -] +CMD ["--baseUrl=start.simoncor.net", "--bind=0.0.0.0", "--port 8080", "--source=/site/", "--theme slate"]