first commit
All checks were successful
Release / build-and-push (push) Successful in 32s

This commit is contained in:
Your Name
2025-08-23 09:05:08 +00:00
commit 2859d9c76e
5 changed files with 54 additions and 0 deletions

5
entrypoint.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
echo "Running nerdctl compose with file: $INPUT_FILE"
exec nerdctl compose -f "$INPUT_FILE" $INPUT_ARGS