Skip to content

Commit 542499a

Browse files
committed
refix build.sh
1 parent 9ff8f21 commit 542499a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
set -o errexit # exit on error
2+
3+
pip install -r requirements.txt
4+
5+
python manage.py collectstatic --no-input
6+
python manage.py migrate

0 commit comments

Comments
 (0)