second commit

This commit is contained in:
2026-05-09 00:45:15 +03:00
parent 51a44ef13d
commit 0573027611
4 changed files with 66 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
frontend:
build:
context: .
dockerfile: Dockerfile
image: elcsa-frontend:latest
container_name: elcsa-frontend
ports:
- "3000:80"
restart: unless-stopped