42_ft_transcendence/django/docker-entrypoint.sh
2024-05-14 08:50:37 +02:00

8 lines
170 B
Bash

#!/bin/env sh
python manage.py makemigrations chat games profiles notice
python manage.py migrate
python manage.py compilemessages
exec python manage.py runserver "$@"