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