[Dockerfile] Fixed entrypoint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0251e930fc
commit
ef8e56ef20
@ -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 --bind 0.0.0.0 --contentDir /site/ --port 8080 --theme slate"]
|
||||
ENTRYPOINT ["/usr/local/bin/hugo", "--bind 0.0.0.0", "--contentDir /site/", "--port 8080", "--theme slate"]
|
||||
|
Loading…
Reference in New Issue
Block a user