Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
y-mehta authored Jan 13, 2020
1 parent dbc2a4d commit 8cef44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

VENV_NAME=${VENV_DIR:=venv}

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

0 comments on commit 8cef44e

Please sign in to comment.