Closed jacaudi closed 1 year ago
In a Dockerfile, when using COPY with more than one source file, the destination must be a directory and end with a /. Or, you can specify each file that needs to be copied.
/.
This change will allow the docker image to be built.
In a Dockerfile, when using COPY with more than one source file, the destination must be a directory and end with a
/.
Or, you can specify each file that needs to be copied.This change will allow the docker image to be built.