You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker's ADD and COPY instructions are very similar but COPY is generally recommended. Nonetheless, if we support ADD in the # dockter section of a Dockerfile then we should provide consistent behaviour.
The text was updated successfully, but these errors were encountered:
We support both
ADD
andCOPY
in the# dockter
section of aDockerfile
https://github.com/stencila/dockter/blob/v0.2.6/src/DockerBuilder.ts#L167
Docker's
ADD
andCOPY
instructions are very similar butCOPY
is generally recommended. Nonetheless, if we supportADD
in the# dockter
section of aDockerfile
then we should provide consistent behaviour.The text was updated successfully, but these errors were encountered: