FROM registry.cn-chengdu.aliyuncs.com/reghao/nginx_npm:1.21

RUN sed -i 's/8080/4040/' /etc/nginx/conf.d/http.conf
COPY ./dist/ /opt/webroot/
