Change port mapping to 3003

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 23:53:09 +01:00
co-authored by Claude Opus 4.5
parent 14b263eb78
commit eec1758827
+1 -1
View File
@@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "3002:3000"
- "3003:3000"
environment:
- NODE_ENV=production
- NEXT_PUBLIC_SUPABASE_URL=${NEXT_PUBLIC_SUPABASE_URL}