blackbirdchess-docker-dev/mysql
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
..
docker-entrypoint-initdb.d add creating multiple databases to the docs 2017-07-04 06:01:18 +03:00
Dockerfile Apply COPY vs ADD best practices 2018-04-04 06:13:28 -06:00
my.cnf fix #1041 2017-07-06 00:31:42 -04:00