add build script for render backend deployment
This commit is contained in:
parent
6491e60f58
commit
3adec32ef1
11
backend/build.sh
Normal file
11
backend/build.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
# exit on error
|
||||
set -o errexit
|
||||
|
||||
echo "Installing the latest version of poetry..."
|
||||
pip install --upgrade pip
|
||||
pip install poetry==1.4.1
|
||||
|
||||
rm poetry.lock
|
||||
poetry lock
|
||||
python -m poetry install
|
||||
Loading…
Reference in New Issue
Block a user