[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
1cbf5bf929
commit
f036dcf0f3
@ -20,10 +20,4 @@ RUN set -e \
|
|||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENTRYPOINT ["/usr/local/bin/hugo", "server"]
|
ENTRYPOINT ["/usr/local/bin/hugo", "server"]
|
||||||
CMD [
|
CMD ["--baseUrl=start.simoncor.net", "--bind=0.0.0.0", "--port 8080", "--source=/site/", "--theme slate"]
|
||||||
- "--baseUrl=start.simoncor.net",
|
|
||||||
- "--bind=0.0.0.0",
|
|
||||||
- "--port 8080",
|
|
||||||
- "--source=/site/",
|
|
||||||
- "--theme slate"
|
|
||||||
]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user