ci(docker): updated docker to correctly build and run

This commit is contained in:
2025-08-31 09:07:06 -05:00
parent e75883e587
commit f348e4e053
4 changed files with 55 additions and 51 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: lst
ports:
- "${VITE_PORT:-4200}:4200"
environment:
- NODE_ENV=devolpment
restart: unless-stopped