Commit Graph

11 Commits

Author SHA1 Message Date
Alexa Amundson
392f741c60 fix(railway): use Dockerfile builder instead of NIXPACKS
The deployment was failing because railway.json specified NIXPACKS
builder
with `pnpm start` as the start command, but the Dockerfile produces a
Next.js standalone build that runs with `node server.js`.

Changes:
- Switch builder from NIXPACKS to DOCKERFILE
- Remove startCommand (Dockerfile CMD handles this)
- Add NODE_ENV=production to variables

The Dockerfile already correctly:
- Builds Next.js standalone output
- Sets NODE_ENV=production and PORT=3000
- Runs `node server.js`

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-10 21:43:47 -06:00
Alexa Amundson
9c46360244 Prism Gen-0 scaffold 2025-11-24 00:57:40 -06:00
Alexa Amundson
ed554aae4b Add deployment health endpoint and update runtime config 2025-11-22 12:26:12 -06:00
Alexa Amundson
80581804dc Update Railway build configuration 2025-11-21 18:41:19 -06:00
Alexa Amundson
f1f3fc2140 Update Railway configuration 2025-11-21 16:20:25 -06:00
Alexa Amundson
b0d5c85de7 Merge commit '2f56148fdbe1770635d4b5dc6296761f646a1c41' 2025-11-21 13:53:41 -06:00
copilot-swe-agent[bot]
2f56148fdb Configure repository for Railway deployment
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2025-11-21 19:46:19 +00:00
Alexa Amundson
c6d1e63e17 Update Railway config and health response 2025-11-21 13:46:18 -06:00
Alexa Amundson
9dd7501946 Standardize Prism Console service metadata and health endpoints 2025-11-20 20:29:13 -06:00
Alexa Amundson
066c3f77cd Add health endpoints, agents wiring, and deployment updates 2025-11-20 12:38:48 -06:00
Alexa Amundson
bb1c392df7 Set up Prism Console app and deployment automation 2025-11-19 13:23:31 -06:00