Closed ltupin closed 4 years ago
Using ADD instead of COPY for Python requirements file speed-up significally build phase. If no changes are detected on requirements file, docker use cache.
ADD
COPY
requirements
Using
ADD
instead ofCOPY
for Pythonrequirements
file speed-up significally build phase. If no changes are detected on requirements file, docker use cache.