Skip to content

Commit

Permalink
Update build.sh fixed app/
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvallejosdev committed Jan 29, 2024
1 parent 213b9c3 commit 3a48050
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 manage.py collectstatic --no-input
python manage.py migrate
python app/manage.py collectstatic --no-input
python app/manage.py migrate

0 comments on commit 3a48050

Please sign in to comment.