This commit is contained in:
5
entrypoint.sh
Executable file
5
entrypoint.sh
Executable 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
|
||||
Reference in New Issue
Block a user