I am running
docker build 'path' -t dockercgi:v1
As an output, I get:
context cannot be prepared: symbolic links cannot be evaluated in the Dockerfile path: lstat / root / Desktop / pythoncgiwithdockaer / Dockerfile: no such file or directory
How can I solve this?
source
share