deploy startCommand node - command not found
brobert6
HOBBYOP

2 months ago

I get command not found in deploy logs
/bin/bash: line 1: node: command not found
{
  "$schema": "https://schema.railpack.com",
  "provider": "node",
  "steps": {
    "build": {
      "commands": ["pnpm db:generate && pnpm build:api"]
    }
  },
  "deploy": {
    "startCommand": "node apps/api/dist/index.js",
    "inputs": [{ "step": "build", "include": ["."] }]
  }
}

0 Replies

Welcome!

Sign in to your Railway account to join the conversation.

Loading...