Docker常用指令及相关概念等
常用的dockerfile指令
RUN npm install
RUN ['npm','install']
COPY nginx.conf /etc/nginx/nginx.conf
ADD<url> <destination>
ENV VERSION=1.0 DEBUG=on \