build(custom): 增加错误上报监控

This commit is contained in:
2023-11-21 18:26:45 +08:00
parent ba00cf26a6
commit 5c279bdbbd
20 changed files with 4592 additions and 11177 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:alpine
COPY dist/ /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf