0
Fork 0
mirror of https://github.com/penpot/penpot-admin.git synced 2025-02-20 22:06:16 -05:00
penpot-admin/run.sh

7 lines
165 B
Bash
Raw Normal View History

2022-12-22 17:06:51 +01:00
#!/usr/bin/env bash
set -ex
python manage.py migrate
# exec python manage.py runserver 0.0.0.0:6063 --nostatic
exec gunicorn -w 3 -b 0.0.0.0:6063 penpot_admin.wsgi