Should the requirements from requirements.txt be automatically installed when using python3.7 version of the container on my webapp?
Whenever i try to depoly my project, nothing from the requirements.txt gets installed, i had to use a custom startup command to get the app to work