mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-18 19:58:32 +02:00
Remove deprecated entrypoint
This commit is contained in:
18
entrypoint
18
entrypoint
@@ -1,18 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -o errexit
|
|
||||||
set -o pipefail
|
|
||||||
set -o nounset
|
|
||||||
|
|
||||||
pip3 install -e . --user || pip3 install -e .
|
|
||||||
pip3 install -e demo --user || pip3 install -e demo
|
|
||||||
python3 demo/manage.py migrate --noinput
|
|
||||||
|
|
||||||
if [ ! -e "/app/demo/demodesk/db.sqlite3" ]; then
|
|
||||||
DJANGO_SUPERUSER_PASSWORD=Test1234 python3 demo/manage.py createsuperuser --username admin --email helpdesk@example.com --noinput
|
|
||||||
# Install fixtures
|
|
||||||
python3 demo/manage.py loaddata emailtemplate.json
|
|
||||||
python3 demo/manage.py loaddata demo.json
|
|
||||||
fi
|
|
||||||
|
|
||||||
exec "$@"
|
|
Reference in New Issue
Block a user