diff --git a/build.sh b/build.sh index 3a82123..cd882ba 100644 --- a/build.sh +++ b/build.sh @@ -4,5 +4,5 @@ set -o errexit pip install -r requirements.txt -python manage.py collectstatic --no-input -python manage.py migrate \ No newline at end of file +python app/manage.py collectstatic --no-input +python app/manage.py migrate \ No newline at end of file