fix(docker): create .ssh dir explicitly, ensure entrypoint is executable
CI / test (pull_request) Successful in 2m31s
CI / lint (pull_request) Successful in 1m6s
CI / vulncheck (pull_request) Successful in 1m6s

This commit is contained in:
2026-06-01 15:56:45 -04:00
parent b254f6ea05
commit 8d34524aa0
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -9,4 +9,6 @@ if [ ! -w /data ]; then
exit 1
fi
mkdir -p /data/.ssh
exec "$@"