gtsoft-snail-job-server/frontend/Dockerfile

7 lines
138 B
Docker
Raw Normal View History

2023-01-14 21:02:18 +08:00
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/