Switch to using Caddyfile as configuration
This commit is contained in:
parent
97b139d592
commit
90ffa46fd9
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ COPY --from=builder /tmp/Caddyfile ./
|
||||||
|
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
|
|
||||||
CMD ["caddy", "file-server", "--root", "/site/"]
|
CMD ["caddy", "run", "--config", "./Caddyfile"]
|
||||||
|
|
Loading…
Reference in a new issue