remove local .next volume from docker-compose.dev.yml
This commit is contained in:
@@ -57,7 +57,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/app
|
- ./frontend:/app
|
||||||
- /app/node_modules
|
- /app/node_modules
|
||||||
- frontend_dev_next:/app/.next
|
# - frontend_dev_next:/app/.next
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user