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 build: ./app
working_dir: /app working_dir: /app
ports: ports:
- "${APP_PORT:-3000}:3000" - "${APP_PORT:-3000}:3023"
environment: environment:
- APP_PORT=3000 - APP_PORT=3000
- NODE_ENV=${NODE_ENV:-development} - NODE_ENV=${NODE_ENV:-development}