-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile shouldn't use ADD #755
Comments
@erozqba After reading the doc, I think we can simply replace AND with COPY? |
@lingxiaoyang yes. |
erozqba
added a commit
to erozqba/sous-chef
that referenced
this issue
Jun 28, 2017
Merged in #774. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Dockerfile right now says
https://docs.docker.com/engine/reference/builder/#add doesn't make it that clear, but https://www.ctl.io/developers/blog/post/dockerfile-add-vs-copy/ suggests that ADD is almost always a mistake and that COPY is correct.
The text was updated successfully, but these errors were encountered: