[Dockerfile] Fixed entrypoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2022-11-01 14:37:13 +01:00
parent 6ee3c30c95
commit 3c94d598ff

View File

@ -20,4 +20,4 @@ RUN set -e \
EXPOSE 8080
ENTRYPOINT ["/usr/local/bin/hugo", "server"]
CMD ["--baseUrl=https://start.simoncor.net", "--bind=0.0.0.0", "--port=8080", "--source=/site/", "--theme=slate"]
CMD ["--baseUrl=http://start.simoncor.net", "--bind=0.0.0.0", "--port=80", "--source=/site/", "--theme=slate"]