mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 17:08:35 +08:00
feat: use exec to replace the start process to optimize memory usage
This commit is contained in:
@@ -10,4 +10,4 @@ chown -R moviepilot:moviepilot ${HOME} /app /config
|
|||||||
# 下载浏览器内核
|
# 下载浏览器内核
|
||||||
gosu moviepilot:moviepilot playwright install chromium
|
gosu moviepilot:moviepilot playwright install chromium
|
||||||
# 启动后端服务
|
# 启动后端服务
|
||||||
gosu moviepilot:moviepilot python3 app/main.py
|
exec gosu moviepilot:moviepilot python3 app/main.py
|
||||||
|
|||||||
Reference in New Issue
Block a user