Menu

#6557 Improve/cleanup Dockerfile ADD statements

open
nobody
2019-03-08
2019-03-08
Anonymous
No

Originally created by: joakimr-axis

Using one ADD command for each file to be copied is sub-optimal. Furthermore, Docker best practice is to use COPY if possible (https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#add-or-copy).

I will provide a pull request for this.

Related

Tickets: #6558

Discussion


Log in to post a comment.