HuDouTuan/admin/Dockerfile

7 lines
142 B
Docker
Raw Normal View History

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