Files
fet_Unizeug/entrypoint.sh
Marcel Gansfusz e6727daf8e i forgor
2025-10-28 19:32:33 +01:00

5 lines
79 B
Bash
Executable File

#!/bin/sh
if [[ -n "$ENTRY_COMMAND" ]]; then
/bin/sh -c "$ENTRY_COMMAND"
fi