monkey/build_scripts/docker/entrypoint.sh

7 lines
89 B
Bash
Executable File

#!/bin/bash
echo "$@"
source /monkey/bin/activate
python /monkey/monkey_island.py "$@"