Removed fresh code cloning from building (use the local cahced version instead)

This commit is contained in:
Simon Beginn 2021-09-13 11:13:48 +02:00
parent 873ee726e6
commit da202201c5
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6
6 changed files with 10 additions and 11 deletions

2
docker/README.md Normal file
View file

@ -0,0 +1,2 @@
Both docker files must access the source code of this repository. Therefore the build context must be the root of the project directory.
Take a look into the build script for the normal py-kms version, as it demonstrates exactly that case and how to use these docker files.