Application exited with code 127. This usually indicates that the command used to launch the application cannot be found. Check that the command used to launch your application is correct.
ok!
/koyeb-entrypoint.sh: exec: line 28: python main.py --batch-size 500 --view-fetch-size 11000: not found
/koyeb-entrypoint.sh: exec: line 28: [“python”, “main.py”, “–batch-size”, “500”, “–view-fetch-size”, “11000”]: not found
Application exited with code 127. This usually indicates that the command used to launch the application cannot be found. Check that the command used to launch your application is correct.
I’m sorry. I always have to double-check what to put where, so:
In “Command”, put: python
In “Command Args”, put: ["main.py", "--batch-size", "500", "--view-fetch-size", "11000"]
For more details please check this post Dockerfile Args is not working - #8 by Julien_Castets1
Application exited with code 127. This usually indicates that the command used to launch the application cannot be found. Check that the command used to launch your application is correct.
Waiting for docker daemon to start...
...
...
ok!
/koyeb-entrypoint.sh: exec: line 28: python: not found
Waiting for docker daemon to start...
...
...
...
...
...
ok!
I have these commands on my Dockerfile and docker-compose.yml while deploying to Koyeb: