Files
2026-07-13 12:47:58 +08:00

4 lines
146 B
TOML

template_id = "custom-app"
dockerfile = "e2b.Dockerfile"
start_cmd = "node server.js"
ready_cmd = "curl -f http://localhost:3000/health || exit 1"