Hacker News new | ask | show | jobs
by archgoon 1289 days ago
I believe you misread that.

COPY alice.py api.py /

will copy both the files alice.py and api.py to the root of the docker image (same as cp).

https://docs.docker.com/engine/reference/builder/#copy