Skip to content

feat(docker): support project-specific Dockerfiles#63

Open
ASRagab wants to merge 12 commits intojohannesjo:mainfrom
ASRagab:feat/per-project-dockerfile
Open

feat(docker): support project-specific Dockerfiles#63
ASRagab wants to merge 12 commits intojohannesjo:mainfrom
ASRagab:feat/per-project-dockerfile

Conversation

@ASRagab
Copy link
Copy Markdown
Contributor

@ASRagab ASRagab commented Apr 7, 2026

Summary

  • detect and build project-specific Dockerfiles from .parallel-code/Dockerfile
  • pass an explicit project build context into Docker builds instead of inferring from the Dockerfile directory
  • track Docker source explicitly (default | project | custom) instead of inferring UI state from image-tag prefixes
  • harden Docker image checks for unreadable custom Dockerfiles and clean up the new-task / Docker UI flow
  • ignore repo-local .worktrees/** in Electron Vite dev mode so task creation does not trigger renderer reloads

Validation

  • npm run compile
  • npm run lint
  • npm test
  • npm run typecheck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant