diff --git a/build.sh b/build.sh index fcff1b3..7cfae5e 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,3 @@ -#!/usr/bin/env bash -# exit on error -set -o errexit - pip install -r requirements.txt python manage.py collectstatic --no-input