mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Updated to run configure generating djangos secret key
This commit is contained in:
4
docker/Dockerfile
vendored
4
docker/Dockerfile
vendored
@@ -20,7 +20,7 @@ ENTRYPOINT cd src/ \
|
||||
&& python3 manage.py migrate \
|
||||
&& python3 manage.py migrate interface \
|
||||
&& cd .. \
|
||||
&& python3 configure \
|
||||
&& python3 importBooks \
|
||||
&& python3 makeCollections \
|
||||
&& nginx -g "daemon on;" \
|
||||
&& uwsgi --ini uwsgi.ini
|
||||
&& uwsgi --ini uwsgi.ini
|
||||
|
||||
Reference in New Issue
Block a user