fix: missing self hosted script (#14386)

fix #14382

#### PR Dependency Tree


* **PR #14386** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Updated Docker cleanup process to preserve script files during
maintenance operations.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
DarkSky
2026-02-07 05:01:06 +08:00
committed by GitHub
parent a33b4ad73d
commit 7655c2b73e

View File

@@ -345,7 +345,6 @@ await Promise.all([
rmrf(path.join(APP_ROOT, 'node_modules', 'ts-node')).catch(() => {}),
rmrf(path.join(APP_ROOT, 'node_modules', '@types')).catch(() => {}),
rmrf(path.join(APP_ROOT, 'src')).catch(() => {}),
rmrf(path.join(APP_ROOT, 'scripts')).catch(() => {}),
rmrf(path.join(APP_ROOT, '.gitignore')).catch(() => {}),
rmrf(path.join(APP_ROOT, '.dockerignore')).catch(() => {}),
rmrf(path.join(APP_ROOT, '.env.example')).catch(() => {}),