This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/docker/start.sh
2022-11-19 10:20:13 -07:00

6 lines
92 B
Bash

#!/bin/sh
python3 manage.py migrate
exec gunicorn takahe.wsgi:application -b 0.0.0.0:8000