feat: add docker-compose

This commit is contained in:
oat_dev 2024-07-02 17:36:04 +07:00
parent cf28688b8e
commit 5d99d510c0

5
docker-compose.yml Normal file
View file

@ -0,0 +1,5 @@
services:
bma-ehr-manual:
build: .
ports:
- "20006:80"