1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-02-06 09:33:03 +00:00
plateforme-tfjm2/entrypoint.sh
2020-05-08 16:07:51 +02:00

8 lines
155 B
Bash
Executable File

#!/bin/bash
python manage.py compilemessages
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.0.0:8000 --insecure