fix: update app port mapping in docker-compose.yml from 3000 to 3023

This commit is contained in:
2026-04-27 00:15:17 -04:00
parent 0da62785d5
commit 5189446c73

View File

@@ -3,7 +3,7 @@ services:
build: ./app
working_dir: /app
ports:
- "${APP_PORT:-3000}:3000"
- "${APP_PORT:-3000}:3023"
environment:
- APP_PORT=3000
- NODE_ENV=${NODE_ENV:-development}