diff --git a/.render.com/build.sh b/.render.com/build.sh index 8c25fc3a..16e67c35 100644 --- a/.render.com/build.sh +++ b/.render.com/build.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash set -o errexit -python -m pip install --upgrade pipenv wheel -pipenv install +pip install -r requirements.txt python manage.py migrate