Port Expose

This commit is contained in:
Huzaifa Inam 2026-08-07 14:32:20 +05:00
parent 76e0eb782d
commit e61ddaa8b0

View file

@ -8,8 +8,8 @@ services:
image: balance-sheet-portal:latest
container_name: balance-sheet-portal
restart: unless-stopped
ports:
- "${PORT:-3000}:3000"
expose:
- "3000"
environment:
- NODE_ENV=production
- PORT=3000