FROM registry.cn-shanghai.aliyuncs.com/ibizops/nginx-gzip:v1 WORKDIR /etc/nginx/conf.d RUN rm -rf default.conf COPY nginx.conf . WORKDIR / COPY dist /dist