fix: correct volume paths in docker-compose.yml#630
Conversation
SafeDep Report SummaryNo dependency changes detected. Nothing to scan. This report is generated by SafeDep Github App |
|
@Illustar0 is attempting to deploy a commit to the Innei's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Docker Compose volume mount paths to align with the repository's monorepo structure. The repository recently migrated to a monorepo layout with the Next.js application located at apps/web/, and the Docker container's internal structure reflects this (as seen in the Dockerfile where the app runs from /app/apps/web/). This PR corrects the volume mounts to point to the correct paths inside the container.
Changes:
- Updated
.envfile mount path from/app/.envto/app/apps/web/.envto match the monorepo structure - Added
./publicdirectory mount to/app/apps/web/publicfor custom favicons and static assets
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



Description
Linked Issues
Additional context
Continue Tasks: ❌ 3 failed — View all