mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-05 08:27:42 +00:00
1b890b4d03
The execSync call in SelfUpdateService used cwd from Docker Compose labels (host-side path) which does not exist inside the container. Removed cwd (the -f flag provides the absolute compose file path), added explicit shell, added Docker Compose CLI check at startup, and improved error capture via stderr.