When cloning GitHub repo during Docker image build, would be best to reference variable from compose file for directory to clone into and also reference this with the python code that updates repo files. That way the directory name would be consistent in all cases.
When cloning GitHub repo during Docker image build, would be best to reference variable from compose file for directory to clone into and also reference this with the python code that updates repo files. That way the directory name would be consistent in all cases.
add
repo-directory
name key-value tocompose.yaml
access
compose.yaml/repo-directory
when creating directory inDockerfile
access
compose.yaml/repo-directory
when launching python code