if I use:
docker cp local_dir/*.py image_name:remote_dir
docker cp local_dir/. image_name:remote_dir
the former will give the error"docker cp requires exactly 2 arguments"
but the latter works.
Aren't both of the commands got 2 arguments?
Thanks!