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

View file

@ -1 +1 @@
docker build -t pykms/pykms:py3-kms . --file Dockerfile
docker build -t pykms/pykms:py3-kms ../../ --file ./Dockerfile