fix: railway.toml buildContext must be repo root for workspace-server COPY paths

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hongming Wang 2026-04-18 00:29:38 -07:00
parent 0f5feaa582
commit c40c6e8424

View File

@ -29,7 +29,7 @@ name = "platform"
[services.build]
builder = "DOCKERFILE"
dockerfilePath = "workspace-server/Dockerfile"
buildContext = "workspace-server"
buildContext = "."
[services.deploy]
startCommand = "./server"