refactor(docker): changes the container name
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: lst
|
container_name: lst_app
|
||||||
ports:
|
ports:
|
||||||
- "${VITE_PORT:-4200}:4200"
|
- "${VITE_PORT:-4200}:4200"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user