Hannes Kuchelmeister
add possibility to run in container
47582f6
raw
history blame
183 Bytes
version: "3" # optional since v1.27.0
services:
preprocess:
build: .
volumes:
- ./out/:/usr/src/app/out:z
- ./in/:/usr/src/app/in:z
env_file:
- .env