I have a git repo, and I want all the python requirements.txt files to be copied into the docker when I build the image, is this possible or should I use a script to combine them together manually.
3
I have a git repo, and I want all the python requirements.txt files to be copied into the docker when I build the image, is this possible or should I use a script to combine them together manually.
3