Skip to content

Get rid of unnecessary layers by bulk-adding files#3

Open
Rillke wants to merge 1 commit intodinkel:masterfrom
Rillke:patch-1
Open

Get rid of unnecessary layers by bulk-adding files#3
Rillke wants to merge 1 commit intodinkel:masterfrom
Rillke:patch-1

Conversation

@Rillke
Copy link

@Rillke Rillke commented Oct 15, 2017

The ADD instruction allows adding multiple files at once. Especially for those small scripts there is no real need for multiple COPY/ADD instructions causing the creation of an additional layer for each of them.

The `COPY` instruction allows adding multiple files at once. Especially for those small scripts there is no real need for multiple `COPY`/`ADD` instructions (and caching) causing the creation of an additional layer for each of them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant