fix: map admin port 5173:3001 to match Next.js runtime port

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-17 09:18:51 -05:00
co-authored by Claude Sonnet 4.6
parent 5d263aab96
commit d0e70dff0a
+1 -1
View File
@@ -10,4 +10,4 @@ services:
args:
- NEXT_PUBLIC_API_URL=https://backend.prosapp.co/api/v1
ports:
- '5173:3000'
- '5173:3001'