py-kms/docker
edgd1er 90b4af2627
move requirements from Dockerfile to txt file. #67
import sqlite_web as package
change tz through python
conditionnal import for sqlite_web
2022-05-13 06:37:34 +02:00
..
docker-py3-kms move requirements from Dockerfile to txt file. #67 2022-05-13 06:37:34 +02:00
docker-py3-kms-minimal move requirements from Dockerfile to txt file. #67 2022-05-13 06:37:34 +02:00
entrypoint.py move requirements from Dockerfile to txt file. #67 2022-05-13 06:37:34 +02:00
README.md Removed fresh code cloning from building (use the local cahced version instead) 2021-09-13 11:13:48 +02:00
requirements.txt move requirements from Dockerfile to txt file. #67 2022-05-13 06:37:34 +02:00
requirements_minimal.txt move requirements from Dockerfile to txt file. #67 2022-05-13 06:37:34 +02:00
start.py move requirements from Dockerfile to txt file. #67 2022-05-13 06:37:34 +02:00

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.