Skip to content

Commit 8cef44e

Browse files
authored
Update entrypoint.sh
1 parent dbc2a4d commit 8cef44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
VENV_NAME=${VENV_DIR:=venv}
66

7-
sh -c "python main.py"
7+
sh -c "python /main.py"

0 commit comments

Comments
 (0)