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