This commit is contained in:
2026-04-12 22:58:00 -03:00
parent 8762a93570
commit 974e6c6378
7 changed files with 79 additions and 4 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
brokerage-note-converter:
container_name: brokerage-note-converter
build: .
dockerfile: Dockerfile
ports:
- "8000:80"
restart: unless-stopped