Skip to content

Commit

Permalink
fix(docler): silent volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed May 21, 2023
1 parent 1bca1eb commit c96436c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
restart: always
volumes:
- ./frontend/:/app
- /frontend/backend/app/node_modules
- /frontend/app/.next
- /app/node_modules
- /app/.next
ports:
- 3000:3000
backend:
Expand Down

1 comment on commit c96436c

@vercel
Copy link

@vercel vercel bot commented on c96436c May 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.