From e3858b864065256562854dd5099c87400561868b Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Sat, 20 Dec 2025 21:43:59 -0800 Subject: [PATCH] fix: Remove .next volume mount that was causing stale cache --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9e2a222..f83efa9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -50,7 +50,6 @@ services: volumes: - ./frontend:/app - /app/node_modules - - /app/.next environment: - NEXT_PUBLIC_API_URL=https://elmeg.runfoo.run/api - INTERNAL_API_URL=http://backend:8000