峰峰执法平台简易案件程序板块 pad端
付延余
2023-01-03 3b1fc9088c6efc28bbfdab55b61b1626a863036d
1
2
3
4
5
6
7
8
9
FROM nginx 
 
COPY ./dist /data 
 
RUN rm /etc/nginx/conf.d/default.conf
 
ADD platform-ui.conf /etc/nginx/conf.d/default.conf 
 
RUN /bin/bash -c 'echo init ok'