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

This commit is contained in:
Simon Cornet 2022-11-01 13:30:18 +01:00
parent 0cb2665de3
commit 203730339f

View File

@ -19,4 +19,4 @@ RUN set -e \
&& git clone https://git.simoncor.net/siempie/start.simoncor.net.git /site/
EXPOSE 8080
ENTRYPOINT ["/usr/local/bin/hugo", "server", "--baseUrl='start.simoncor.net'", "--bind='0.0.0.0'", "--contentDir='/site/'", "--port='8080'", "--theme='slate'"]
ENTRYPOINT ["/usr/local/bin/hugo", "server", "--baseUrl='start.simoncor.net'", "--bind='0.0.0.0'", "--contentDir='/site/'", "--port 8080", "--theme slate"]