This commit is contained in:
parent
203730339f
commit
c027c1529e
@ -19,4 +19,11 @@ 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"]
|
||||
CMD [
|
||||
- "--baseUrl=start.simoncor.net"
|
||||
- "--bind=0.0.0.0",
|
||||
- "--port 8080",
|
||||
- "--source=/site/",
|
||||
- "--theme slate"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user