Malin 54a83f5585 fix: use sh -c in Docker so sitespeed.io resolves via shell PATH
execSync/which inside Node.js doesn't see the full container PATH.
Switching to spawn('sh', ['-c', shellCmd]) so the shell resolves
sitespeed.io exactly as the original image entrypoint does.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 20:05:50 +02:00
2026-04-06 19:36:13 +02:00
2026-04-06 19:36:13 +02:00
Description
No description provided
100 KiB
Languages
JavaScript 54.1%
Pug 42.2%
Dockerfile 3%
Shell 0.7%