ytsm/docker/init.sh

5 lines
78 B
Bash
Executable File

#!/bin/bash
./manage.py migrate
gunicorn -b 0.0.0.0:8000 -w 4 YtManager.wsgi