1
jhzh
2025-07-06 c24f01e317c68e8d490af53210cee83d46297e20
1
2
3
4
5
6
FROM nginx
 
RUN rm /etc/nginx/conf.d/default.conf
 
ADD deploy/nginx.conf /etc/nginx/conf.d/default.conf
COPY dist/ /usr/share/nginx/html/