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-18 17:24:43 -07:00

6 lines
97 B
Bash

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