No description
Coolify invokes `docker compose` with --project-directory set to the repository root, not this file's directory. Previous `context: ..` was resolving to /artifacts (one level above the repo) and failing with `resolve : lstat /artifacts/docker: no such file or directory`. Switch all three services (web, collab, mcp) to `context: .` so the build context is the repo root and `dockerfile: docker/Dockerfile.X` resolves correctly. Made-with: Cursor |
||
|---|---|---|
| apps | ||
| config | ||
| docker | ||
| docs | ||
| packages | ||
| plans | ||
| .env.example | ||
| .gitignore | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.json | ||
| turbo.json | ||