minimal building container

This commit is contained in:
2025-12-15 22:27:26 +10:00
parent aec37cb714
commit 5c7d16f418
5 changed files with 38 additions and 0 deletions

7
compose.yaml Normal file
View File

@@ -0,0 +1,7 @@
services:
vunerable-web-app:
image: web-app:v0.0.1a
ports:
- "80:8000"
volumes:
- ./data/:/app/data