Files
canopy-game/nixpacks.toml

12 lines
183 B
TOML

[phases.build]
cmds = ["npm run build"]
[start]
cmd = "serve dist -l 80 -s"
[healthcheck]
cmd = "curl -f http://localhost:80/ || exit 1"
interval = "10s"
timeout = "5s"
retries = 3