fix: use correct path
All checks were successful
Build / build (pull_request) Successful in 16s

- I need a better way to test these changes
This commit is contained in:
Ben Vincent 2026-01-10 16:31:43 +11:00
parent 5ff0604d93
commit 544c3e481b

View File

@ -8,5 +8,5 @@ scripts_final = [
"rm -rf /var/cache/dnf"
]
docker_changes = [
"CMD /usr/bin/local/run.sh"
"CMD /usr/local/bin/run.sh"
]