|
931eb1160c
|
fix(deploy): preserve /api prefix in nginx proxy_pass
|
2025-08-25 14:18:16 +08:00 |
|
|
3d351d2345
|
fix(deploy): copy pruned node_modules from builder to runtime instead of reinstalling
|
2025-08-25 13:33:08 +08:00 |
|
|
eccfd8f8d4
|
perf(deploy): reduce memory/IO during npm install/build for small VMs (NODE_OPTIONS, npm flags)
|
2025-08-25 09:56:58 +08:00 |
|
|
24fe649a1c
|
fix(deploy): install dev deps in builder so tsc is available, keep production deps in final image
|
2025-08-25 09:45:52 +08:00 |
|
|
cbd6cd41de
|
fix(deploy): copy package.json into subdirs and run npm with --prefix to handle monorepo-like layout
|
2025-08-25 09:36:23 +08:00 |
|
|
10938766f4
|
fix(deploy): fallback to npm install when lockfile missing in Dockerfiles
|
2025-08-25 09:31:14 +08:00 |
|
|
cd89cc7619
|
fix(deploy): use deploy/nginx path for frontend Dockerfile when context=..
|
2025-08-23 17:52:40 +08:00 |
|
|
41c6d06746
|
fix(deploy): use correct build context in docker-compose
|
2025-08-23 17:51:02 +08:00 |
|
|
47ffbcdfa1
|
fix(deploy): frontend Dockerfile copy nginx path
|
2025-08-23 17:48:52 +08:00 |
|
|
266c55c7b7
|
部署:在 docker-compose 中加入 mongo 服务并示例 .env
|
2025-08-23 17:29:01 +08:00 |
|
|
f43aa5e35f
|
部署:增加 docker-compose 与容器 nginx 配置,支持 docker 部署
|
2025-08-23 17:15:00 +08:00 |
|
|
e24c5595a5
|
部署:添加部署配置(nginx、systemd、Dockerfile),并改进会话列表与头像显示
|
2025-08-23 17:13:08 +08:00 |
|