sahana / eden

Sahana Eden is an Open Source Humanitarian Platform which can be used to provide solutions for Disaster Management, Development, and Environmental Management sectors.. Please sign CLA when submitting pull requests: http://bit.ly/SSF-eCLA
http://eden.sahanafoundation.org
Other
387 stars 559 forks source link

Use COPY instead of ADD instruction in Dockerfile #1567

Closed PeterDaveHello closed 3 years ago

PeterDaveHello commented 3 years ago

Dockerfile best practices reference:

For other items (files, directories) that do not require ADD’s tar auto-extraction capability, you should always use COPY.