Docker compose file

This commit is contained in:
2024-08-22 19:49:11 -04:00
parent 17fc3c6169
commit 2f69d7f645

8
compose.yml Normal file
View File

@ -0,0 +1,8 @@
services:
app:
build: .
env_file:
- ./app/.env
volumes:
- ./app:/app
- ./output:/output