build: 移除 Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

移除了项目中的 Dockerfile 文件。该文件包含了以下内容:
- 使用 Node.js LTS 版本的 Alpine Linux 作为基础镜像
- 设置工作目录为 /build
- 配置 Node-Sass 和 npm 镜像地址
- 复制 package.json 文件并运行 yarn
- 复制项目文件并执行构建
- 切换到 nginx 镜像,创建 /app 目录
- 将构建产物和 nginx 配置文件复制到相应位置
- 暴露 80 端口

删除此文件可能会影响项目的构建和部署流程,请确保在其他地方备份或替代这些功能。
This commit is contained in:
lixin 2025-01-10 16:48:12 +08:00
parent 0d3902312d
commit cfa309b8cd
2 changed files with 2541 additions and 4319 deletions

2379
build/cool/eps.d.ts vendored

File diff suppressed because it is too large Load Diff

4481
stats.html

File diff suppressed because one or more lines are too long