Daniel Hunsaker 31a4e29c81 Apply COPY vs ADD best practices
Should only use `ADD` for URLs (and even then, `curl` or `wget` are preferred, for numerous reasons, even within this repo) and when extracting archive contents as part of the `ADD` operation; otherwise `COPY` is clearer and (slightly) more efficient.
2018-04-04 06:13:28 -06:00
..
2017-10-12 18:54:09 +08:00
2018-04-04 06:13:28 -06:00
2018-04-04 06:13:28 -06:00
2018-04-04 06:13:28 -06:00
2018-04-04 06:13:28 -06:00
2017-03-17 14:36:00 +07:00
2018-02-08 12:59:34 -05:00
2018-02-08 12:58:37 -05:00
2018-02-26 18:44:02 +08:00
2017-04-20 13:55:09 -04:00
2017-10-12 18:54:09 +08:00