DockerBuild/Demo/Dockerfile2

4 lines
91 B
Plaintext

# 注释: Dockerfile学习镜像
FROM busybox
ENV file=app
ADD ./project/ /usr/local/$file/