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
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