mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
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)
3 lines
55 B
Docker
3 lines
55 B
Docker
FROM busybox
|
|
COPY https://index.docker.io/robots.txt /
|