# 注释: Dockerfile学习镜像

# 可以么
FROM busybox    
ENV file=app
ADD ./project/ /usr/local/$file/