blackbirdchess-docker-dev/nginx
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
..
sites Modify the sample config to support symfony 4 2018-03-28 14:46:19 -04:00
Dockerfile Apply COPY vs ADD best practices 2018-04-04 06:13:28 -06:00
nginx.conf nginx sites-available shoule only use *.conf 2017-06-26 11:11:10 +08:00