Files
e2b-dev--e2b/packages/cli/tests/commands/template/fixtures/custom-commands/e2b.toml
T
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"