Adjusted entrypoint ops

This commit is contained in:
Raelon Masters
2020-04-07 16:30:40 -04:00
parent feabc373b8
commit 2ddf827042

3
database.sh vendored
View File

@@ -9,4 +9,5 @@ cd src && \
python manage.py makemigrations interface && \
python manage.py migrate && \
python manage.py migrate interface && \
cd .. &&
cd ..
echo "pyShelf Env Started"