diff --git a/railway.toml b/railway.toml index 6e7bf21a..47b8872e 100644 --- a/railway.toml +++ b/railway.toml @@ -29,7 +29,7 @@ name = "platform" [services.build] builder = "DOCKERFILE" dockerfilePath = "workspace-server/Dockerfile" -buildContext = "workspace-server" +buildContext = "." [services.deploy] startCommand = "./server"