This commit is contained in:
2025-07-29 00:58:18 +01:00
parent daa92c4c41
commit 891e398882
9 changed files with 363 additions and 1 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.8'
services:
aaf-systems-homepage:
build: .
ports:
- "8080:8080"
environment:
- NODE_ENV=production
restart: unless-stopped