fix: Remove .next volume mount that was causing stale cache

This commit is contained in:
fullsizemalt 2025-12-20 21:43:59 -08:00
parent 63f0d7609f
commit e3858b8640

View file

@ -50,7 +50,6 @@ services:
volumes: volumes:
- ./frontend:/app - ./frontend:/app
- /app/node_modules - /app/node_modules
- /app/.next
environment: environment:
- NEXT_PUBLIC_API_URL=https://elmeg.runfoo.run/api - NEXT_PUBLIC_API_URL=https://elmeg.runfoo.run/api
- INTERNAL_API_URL=http://backend:8000 - INTERNAL_API_URL=http://backend:8000