Docker compose file
This commit is contained in:
8
compose.yml
Normal file
8
compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
env_file:
|
||||
- ./app/.env
|
||||
volumes:
|
||||
- ./app:/app
|
||||
- ./output:/output
|
Reference in New Issue
Block a user