Skip to content

COPY and ADD

COPY

COPY app.py . - can only copy files

ADD

ADD app.py . - copying ADD app.tar . - extracting archives ADD https://raw.githubusercontent.com/docker-library/docker/master/README.md . - downloading from the Internet