We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc2a4d commit 8cef44eCopy full SHA for 8cef44e
entrypoint.sh
@@ -4,4 +4,4 @@ set -e
4
5
VENV_NAME=${VENV_DIR:=venv}
6
7
-sh -c "python main.py"
+sh -c "python /main.py"
0 commit comments