Hacker News new | ask | show | jobs
by kernelsanderz 1289 days ago
If you look at the dockerfile you can see that it’s copied from alice.py
1 comments

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