Skip to content

Commit ad2891e

Browse files
authored
Update ADD-command.md
1 parent 787f0d0 commit ad2891e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

beginners/dockerfile/ADD-command.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
It is the usual requirement of a developer to copy a few files into the docker image so that every container spawned from this image has the required files.
44

5-
Docker allows us to do this using two isntructions in a Dockerfile: 1) ADD 2) COPY
5+
Docker allows us to do this using two isntructions in a Dockerfile:
6+
7+
- ADD
8+
- COPY
69

710
## ADD instruction
811

0 commit comments

Comments
 (0)