Files
saga-table-test/Caddyfile
Michael Housh 0c6b84a872
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 2m50s
feat: Initial commit.
2025-12-12 13:13:14 -05:00

7 lines
55 B
Caddyfile

:80 {
route /* {
root * /app
file_server
}
}