LSSE-front/Dockerfile
2025-08-06 19:10:12 +08:00

7 lines
138 B
Docker

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/