Files
krkn/containers/entrypoint.sh

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 "$@"