mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-07 04:24:05 +02:00
Docker
This commit is contained in:
7
entrypoint.sh
Executable file
7
entrypoint.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
python manage.py compilemessages
|
||||
python manage.py makemigrations
|
||||
python manage.py migrate
|
||||
|
||||
# TODO: use uwsgi in production
|
||||
python manage.py runserver 0.0.0.0:8000
|
Reference in New Issue
Block a user