diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index d913575..ca6fbfd 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -20,4 +20,4 @@ RUN set -e \ EXPOSE 80 ENTRYPOINT ["/usr/local/bin/hugo", "server"] -CMD ["--appendPort=false", "--baseUrl=http://start.simoncor.net", "--bind=0.0.0.0", "--port=80", "--source=/site/", "--theme=slate"] +CMD ["--appendPort=false", "--baseUrl=https://start.simoncor.net", "--bind=0.0.0.0", "--port=80", "--source=/site/", "--theme=slate"]