mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
180c2a6785
This adds a COPY command to docker build which works like ADD, but is only for local files and it doesn't extract files. Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
2 lines
30 B
Docker
2 lines
30 B
Docker
FROM busybox
|
|
COPY test_file .
|