Home / Report Question

Q. What is the best practice when copying large files in a Dockerfile?
  • A. Use multiple `COPY` steps
  • B. Combine into a single `COPY` step
  • C. Use `RUN` instead
  • D. Use `LABEL`