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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user