Files
nerdctl-compose/entrypoint.sh
Your Name 283a30ec3d
Some checks failed
Release / build-and-push (push) Failing after 55s
first commit
2025-08-23 09:46:30 +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