FROM nginx:1.16

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