About
This skill automates the resolution of a common Docker Compose bug where missing source files cause Docker to create a directory instead of mounting a file. It specifically targets Next.js projects using ESM configuration, ensuring that next.config.mjs is correctly mapped as a read-only volume. It streamlines the transition from CommonJS to ESM configs in containerized environments by identifying path mismatches, cleaning up accidental phantom directories, and updating project ignore files to prevent recurrence.