feat: first draft

This commit is contained in:
ange 2024-07-17 00:15:41 +02:00
commit 1847385b53
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
3 changed files with 46 additions and 0 deletions

6
compose.yaml Normal file
View file

@ -0,0 +1,6 @@
---
services:
app:
build: .
ports:
- "8000:80"