Initial commit

This commit is contained in:
2026-04-04 17:38:33 +00:00
commit ff1978ecf9
5 changed files with 75 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: '3.8'
services:
app:
build: .
ports:
- "9000:8080"
restart: unless-stopped