refactor(docker): changes the container name

This commit is contained in:
2025-09-05 09:14:56 -05:00
parent 87aafef350
commit 6d5f444471

View File

@@ -3,7 +3,7 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: lst
container_name: lst_app
ports:
- "${VITE_PORT:-4200}:4200"
environment: