feat: move to serve

This commit is contained in:
2025-07-31 12:04:02 +02:00
parent bf39c5f42f
commit 592afe4914
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ async fn build(client: dagger_sdk::Query) -> eyre::Result<(i64, Container)> {
let dep_image = client
.container()
.from(CADDY_IMAGE)
.with_directory("/usr/share/caddy", dist_dir)
.with_directory("/srv", dist_dir)
.with_file("/etc/caddy/Caddyfile", caddy_file);
Ok((tag, dep_image))

View File

@@ -3,7 +3,7 @@
}
http://blog.kasperhermansen.com {
root * /usr/share/caddy
root * /srv
file_server
encode gzip
}