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:
parent
0f5feaa582
commit
c40c6e8424
@ -29,7 +29,7 @@ name = "platform"
|
|||||||
[services.build]
|
[services.build]
|
||||||
builder = "DOCKERFILE"
|
builder = "DOCKERFILE"
|
||||||
dockerfilePath = "workspace-server/Dockerfile"
|
dockerfilePath = "workspace-server/Dockerfile"
|
||||||
buildContext = "workspace-server"
|
buildContext = "."
|
||||||
|
|
||||||
[services.deploy]
|
[services.deploy]
|
||||||
startCommand = "./server"
|
startCommand = "./server"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user