WIP: completely automated docker setup

This commit is contained in:
Nils Bergmann
2021-12-07 14:50:05 +01:00
parent 498a9c0be4
commit 0add6853bf
8 changed files with 778 additions and 0 deletions

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
.git
Dockerfile
*.md
logo.png
versions.txt
build.sh
docker-compose.yml
.env
docker/__pycache__