This commit is contained in:
smile 2026-06-06 09:46:52 +02:00
parent 8eb2d71e37
commit e8b0e787ec
2 changed files with 33 additions and 0 deletions

5
podman-compose.yml Normal file
View file

@ -0,0 +1,5 @@
services:
cteward:
build: .
ports:
- "${APP_PORT}:5000"