feat: dockerize app

This commit is contained in:
2022-10-14 11:40:47 +03:00
parent d8cdaecea5
commit c36ae94851
9 changed files with 49 additions and 2 deletions

4
start.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
./manage.py migrate --noinput
exec gunicorn --bind :8000 --workers 4 later42.wsgi:application