📜  使用 docker dockerfile 将文件复制到 docker conatiner - Shell-Bash 代码示例

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

代码示例2
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