refactor(docker): pass the port instead of getting form .env

commented out the env incase we go back to this way later and still an option
This commit is contained in:
2025-09-07 15:33:55 -05:00
parent 2aca7e9a0e
commit ab5af87362
2 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ services:
dockerfile: Dockerfile
container_name: lst_app
ports:
- "${VITE_PORT:-4200}:4200"
#- "${VITE_PORT:-4200}:4200"
- "4000:4200"
environment:
- NODE_ENV=devolpment
- DATABASE_HOST=host.docker.internal