📜  将文件复制到 docker 容器 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:04.637000             🧑  作者: Mango

代码示例4
COPY foo.txt /data/foo.txt
# where foo.txt is the relative path on host
# and /data/foo.txt is the absolute path in the image