Updated static files, and docker

This commit is contained in:
Raelon Masters
2020-09-10 20:54:00 -04:00
parent 88c0eff293
commit 0391bb94a4
102 changed files with 5988 additions and 3287 deletions

8
docker/Dockerfile vendored
View File

@@ -31,12 +31,6 @@ RUN python3 -m pip install -r requirements.txt
WORKDIR /pyshelf/
ENTRYPOINT cron start \
&& python3 configure \
&& cd src/ \
&& python3 manage.py makemigrations \
&& python3 manage.py makemigrations interface \
&& python3 manage.py migrate \
&& python3 manage.py migrate interface \
&& cd .. \
&& python3 importBooks \
# && python3 importBooks \
&& nginx -g "daemon on;" \
&& uwsgi --ini uwsgi.ini