[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
3c94d598ff
commit
77ae794404
@ -18,6 +18,6 @@ RUN set -e \
|
||||
RUN set -e \
|
||||
&& git clone https://git.simoncor.net/siempie/start.simoncor.net.git /site/
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 80
|
||||
ENTRYPOINT ["/usr/local/bin/hugo", "server"]
|
||||
CMD ["--baseUrl=http://start.simoncor.net", "--bind=0.0.0.0", "--port=80", "--source=/site/", "--theme=slate"]
|
||||
CMD ["--appendPort=false", "--baseUrl=http://start.simoncor.net", "--bind=0.0.0.0", "--port=80", "--source=/site/", "--theme=slate"]
|
||||
|
Loading…
Reference in New Issue
Block a user