I am trying to build a Dockerfile image and I am getting an error in the part of COPY command.
The error is
no such file or directory
The code are as below
...
COPY ../../Folder/file1.txt .
COPY ../../Folder/file2.txt .
...
I am trying to build a Dockerfile image and I am getting an error in the part of COPY command.
The error is
no such file or directory
The code are as below
...
COPY ../../Folder/file1.txt .
COPY ../../Folder/file2.txt .
...