LaoMenDian_ShouZhiMei/mch/docker/nginx/Dockerfile

6 lines
138 B
Docker
Raw Normal View History

2025-07-16 17:27:54 +08:00
FROM nginx
EXPOSE 80
EXPOSE 443
COPY ./dist /usr/share/nginx/html
# 更新配置
COPY ./docker/nginx/vhost/default.conf /etc/nginx/conf.d