- FROM nginx:1.22.1
- LABEL maintainer="lideshou <lides@newland.com.cn>"
- # 定义构建参数
- ARG env
- RUN rm /etc/nginx/conf.d/default.conf
- ADD default_prod.conf /etc/nginx/conf.d/default.conf
- COPY dist/ /usr/share/nginx/html/
- COPY dist/ /usr/share/nginx/html/sddnWeihe/
|