在我的 dockerfile 中有以下行
COPY /root/url.net/volumes/persistent/url/root /usr/share/nginx/html
当我尝试建立与码头构图的形象,我得到
服务“前端”构建失败: lstat /root/ url.net/volumes/persistent/url/root : 没有这样的文件或 目录
我可以从任何地方的 CD 到 /root/url.net/volumes/persistent/url/root
在我的机器上没有问题。
如何在 dockerfile 中指定文件夹的绝对路径?