Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
12 lines
247 B
TOML
12 lines
247 B
TOML
[build]
|
|
builder = "DOCKERFILE"
|
|
dockerfilePath = "/server/apps/api/production/railway/Dockerfile"
|
|
watchPatterns = [
|
|
"server/apps/api/**",
|
|
"server/packages/**",
|
|
"pnpm-lock.yaml"
|
|
]
|
|
|
|
[deploy]
|
|
startCommand = "pnpm -F @proj-airi/api-server start"
|