Files
krkn/containers/entrypoint.sh
2026-02-27 14:18:01 -05:00

9 lines
152 B
Bash

#!/bin/bash
set -e
# Run SSH setup
./containers/setup-ssh.sh
# Change to kraken directory
# Execute the main command
exec python3.9 run_kraken.py "$@"