Hi Guys,
I am trying to use the COPY command in my Dockerfile. But it is showing me the below error.
Step 7/9 : COPY /root/page/ /var/www/html/
COPY failed: stat /var/lib/docker/tmp/docker-builder506410735/root/page: no such file or directory
How can I solve this error?