LaoMenDian_ShouZhiMei/admin/Dockerfile

7 lines
142 B
Docker
Raw Normal View History

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