FROM nginx:1.16 ENV TZ="Asia/Shanghai" ENV NGINX_PORT=80 EXPOSE ${NGINX_PORT} COPY dist/ /usr/share/nginx/html/ COPY nginx.conf /etc/nginx/nginx.conf