This commit is contained in:
2026-06-10 16:56:59 +03:00
commit 01538b7e69
81 changed files with 6412 additions and 0 deletions

10
docker-compose.yml Normal file
View File

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