Files
nerdctl-compose/entrypoint.sh
Your Name c0a2c28c6b
Some checks failed
Release / build-and-push (push) Failing after 6m17s
first commit
2025-08-23 09:05:08 +00:00

6 lines
124 B
Bash
Executable File

#!/bin/bash
set -e
echo "Running nerdctl compose with file: $INPUT_FILE"
exec nerdctl compose -f "$INPUT_FILE" $INPUT_ARGS