1
0
Fork 0

Update Dockerfile

pull/5/head 0.11.0
Ambrose Chua 2018-09-01 16:32:39 +08:00 committed by GitHub
parent 507a8076af
commit 27ab77e1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -84,5 +84,4 @@ VOLUME /etc/.caddy
WORKDIR /srv
COPY index.html /srv/index.html
ENTRYPOINT ["/bin/caddy"]
CMD ["--conf", "/etc/Caddyfile", "--log", "stdout"]
ENTRYPOINT ["/bin/caddy", "--conf", "/etc/Caddyfile", "--log", "stdout"]