mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Update Dockerfile logic
This commit is contained in:
4
boot.sh
4
boot.sh
@ -1,7 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
source venv/bin/activate
|
||||
|
||||
display_help() {
|
||||
local script_name=$(basename "${0}")
|
||||
echo ""
|
||||
@ -26,7 +24,7 @@ if [[ "${#}" -eq 0 ]]; then
|
||||
sleep 5
|
||||
done
|
||||
fi
|
||||
python nopaque.py
|
||||
python3 nopaque.py
|
||||
elif [[ "${1}" == "flask" ]]; then
|
||||
flask "${@:2}"
|
||||
elif [[ "${1}" == "--help" || "${1}" == "-h" ]]; then
|
||||
|
Reference in New Issue
Block a user