Files
ivatar-docker/entrypoint.sh
2022-09-19 04:15:48 +02:00

5 lines
66 B
Bash

#!/bin/ash
./manage.py migrate
exec ./manage.py runserver 0:8080