Hello,
I encounter a problem when I launch the image with an error message :
s6-rc-oneshot-run: fatal: unable to exec /etc/s6-overlay/scripts/startup: Permission denied
I launched it with docker-compose with this simple configuration :
services:
speedtest-tracker:
build: ./speedtest-tracker
The repo is freshly cloned in speedtest-tracker directory.
Architecture : aarch64
Can you help me ?
Thanks