Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvallejosdev committed Jan 29, 2024
1 parent ddf8d87 commit 213b9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -o errexit

pip install -r requirements.txt

python app/manage.py collectstatic --no-input
python app/manage.py migrate
python manage.py collectstatic --no-input
python manage.py migrate

0 comments on commit 213b9c3

Please sign in to comment.