1
0
Fork 0

Remove default index
continuous-integration/drone/push Build was killed Details

pull/5/head
Ambrose Chua 2019-03-24 22:55:16 +08:00
parent fac34d1488
commit dd9b6892ad
2 changed files with 0 additions and 5 deletions

View File

@ -86,6 +86,5 @@ VOLUME /etc/.caddy
# serve from /srv
WORKDIR /srv
COPY index.html /srv/index.html
ENTRYPOINT ["/bin/caddy", "--conf", "/etc/Caddyfile", "--log", "stdout"]

View File

@ -1,4 +0,0 @@
<!DOCTYPE html>
<h1>
Hello, Caddy!
</h1>