From 8cef44eade35378a2b7f9d0249d9c0544012448e Mon Sep 17 00:00:00 2001 From: Yash Mehta Date: Mon, 13 Jan 2020 22:55:09 +0530 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e25a88c..92919fa 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,4 +4,4 @@ set -e VENV_NAME=${VENV_DIR:=venv} -sh -c "python main.py" +sh -c "python /main.py"