OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Use COPY instead of ADD in Dockerfile #437

Closed gy741 closed 5 years ago

gy741 commented 5 years ago

Description of changes

Hello,

The use of COPY is preferred over ADD when additional functionalities of ADD are not being used (like spraying the contents of a tar in a folder).

Ref:https://docs.docker.com/engine/articles/dockerfile_best-practices/#add-or-copy

Thanks.

Issue Resolved

New issue.