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
COPY app.py . - can only copy files
ADD app.py . - copying
ADD app.tar . - extracting archives
ADD https://raw.githubusercontent.com/docker-library/docker/master/README.md . - downloading from the Internet