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