fix: Remove .next volume mount that was causing stale cache
This commit is contained in:
parent
63f0d7609f
commit
e3858b8640
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue