modified the deploy.sh

This commit is contained in:
David 2019-05-08 20:06:53 +08:00
parent b4343227b1
commit 1b00a583b4
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ echo
echo 2/5 Install python dependencies and migrate
docker exec $CONTAINER_NAME /bin/sh -c "cd /project \
&& pip install -r requirements.txt \
&& python manage.py makemigrations \
&& python manage.py migrate"
echo