diff --git a/entrypoint.sh b/entrypoint.sh index fe4c542..5a3ad17 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,4 +14,4 @@ x11vnc -display :0 -forever -ncache 10 & # Add delay sleep 5 -. .venv/bin/activate && poetry run start \ No newline at end of file +. .venv/bin/activate && python3 main.py \ No newline at end of file