Files
nerdctl-compose/entrypoint.sh
Your Name a570f3f3c6
All checks were successful
Release / build-and-push (push) Successful in 3m59s
dev
2025-08-24 04:36:34 +00:00

10 lines
192 B
Bash
Executable File

#!/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