ubiquitous-invention/docker
Randall Stillwell 0cf1e6f317 fix(deploy): use repo-root build context in coolify compose
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
2026-04-26 21:52:29 -05:00
..
.dockerignore feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
docker-compose.coolify.yml fix(deploy): use repo-root build context in coolify compose 2026-04-26 21:52:29 -05:00
docker-compose.dev.yml feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
docker-compose.yml feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
Dockerfile.collab feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
Dockerfile.mcp feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
Dockerfile.web feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00
next.config.docker.ts feat: Full project management application scaffold 2026-03-26 22:39:16 -05:00