mybuddy/.render.com/build.sh

8 lines
133 B
Bash
Raw Normal View History

2022-05-22 21:16:25 +00:00
#!/usr/bin/env bash
set -o errexit
2022-05-22 21:20:09 +00:00
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
2022-05-22 21:16:25 +00:00
2022-05-22 21:20:09 +00:00
python3 manage.py migrate