Commit Graph

7 Commits

Author SHA1 Message Date
Yuzhong Zhang fb9af7c7ca Update excalidraw-complete.Dockerfile 2025-07-05 23:49:27 +08:00
Yuzhong Zhang 999465cc50 Add option to disable vite checker via env variable
Introduced the DISABLE_VITE_CHECKER environment variable to conditionally disable the vite checker plugin in the build process. Updated the Dockerfile to set this variable during the Docker build, allowing builds to bypass vite checker when needed.
2025-07-05 23:45:23 +08:00
Yuzhong Zhang 96ac0f1a2d 1 2025-07-05 23:41:30 +08:00
Yuzhong Zhang 88d3983f26 更新项目配置与构建流程
本次提交包含以下主要更改:
1. 更新 `.gitignore` 文件,移除对子目录环境变量文件的忽略。
2. 修改 `excalidraw-complete.Dockerfile`,将构建工具从 `npm` 更改为 `pnpm`,并移除不必要的补丁步骤。
3. 更新 GitHub Actions 工作流 `docker-build.yml`,移除对子模块的递归检出。
4. 修改 `excalidraw/.env.production` 文件,调整后端 API 地址为本地开发环境,并更新 Firebase 配置。
5. 移除 `husky` 相关依赖及配置,简化项目依赖。

这些更改旨在优化开发环境配置,提高构建效率,并简化项目依赖管理。
2025-07-05 23:39:52 +08:00
Yuzhong Zhang 1b50a9e398 fix 2025-06-23 12:49:48 +08:00
Yuzhong Zhang 7b2f7af77c fix 2025-06-23 12:34:34 +08:00
patwie 2347954061 Pack as docker for AWS Fargate
Spawning this a AWS Fargate services requires a docker image.
2024-05-24 09:24:13 +00:00