All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 2m50s
7 lines
55 B
Caddyfile
7 lines
55 B
Caddyfile
:80 {
|
|
route /* {
|
|
root * /app
|
|
file_server
|
|
}
|
|
}
|