Browse Source

Merge pull request 'init(初始化): 🎉' (#7) from cjl-dev into master

Reviewed-on: http://120.26.116.243:3000/root/alert-front/pulls/7
xiaojinfei-patch-1
root 2 months ago
parent
commit
55e19992e7
  1. 2
      scripts/Dockerfile

2
scripts/Dockerfile

@ -27,7 +27,7 @@ RUN echo "types { application/javascript js mjs; }" > /etc/nginx/conf.d/mjs.conf
COPY --from=builder /app/dist /usr/share/nginx/html
# 拷贝 nginx 配置
COPY --from=builder /app/scripts/deploy/nginx.conf /etc/nginx/nginx.conf
COPY --from=builder /app/scripts/nginx.conf /etc/nginx/nginx.conf
EXPOSE 8080
CMD ["nginx", "-g", "daemon off;"]

Loading…
Cancel
Save