Initial commit

This commit is contained in:
nils
2021-04-16 13:15:19 +02:00
commit 1231e4b7f4
5 changed files with 69 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: '2'
services:
installer:
build: .
volumes:
- ./output:/output
- ./dependencies:/dependencies