mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03: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) Upstream-commit: 180c2a678510a93a442f1bcdb6a47287ec88ccd6 Component: engine
3 lines
30 B
Docker
3 lines
30 B
Docker
FROM busybox
|
|
COPY test_file .
|