diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh new file mode 100755 index 0000000..c18fe73 --- /dev/null +++ b/docker-entrypoint.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# python venv +PATH="/mop/env/bin:$PATH" + +cd /mop +# generate profiles +python profile_scanner.py -c $CONFIG_FOLDER -a $AUTH_FILE + +# run main script +python test.py -s /tmp