diff --git a/backend/start.sh b/backend/start.sh index ec8062b..2d0a59a 100755 --- a/backend/start.sh +++ b/backend/start.sh @@ -1,4 +1,4 @@ #!/bin/bash cd "$(dirname "$0")" pip install -r requirements.txt -q -python app.py \ No newline at end of file +python3 app.py \ No newline at end of file