dev
All checks were successful
Release / build-and-push (push) Successful in 3m59s

This commit is contained in:
Your Name
2025-08-24 03:46:14 +00:00
parent 2859d9c76e
commit a570f3f3c6
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/bash
set -e
whoami
ls -l /run/containerd || true
ls -l /var/run/docker || true
echo "Running nerdctl compose with file: $INPUT_FILE"
exec nerdctl compose -f "$INPUT_FILE" $INPUT_ARGS