[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
77ae794404
commit
0f29983fd1
@ -20,4 +20,4 @@ RUN set -e \
|
|||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
ENTRYPOINT ["/usr/local/bin/hugo", "server"]
|
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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user