0
Fork 0
mirror of https://github.com/penpot/penpot-admin.git synced 2025-02-15 19:48:26 -05:00
penpot-admin/run.sh
2022-12-23 00:04:56 +01:00

6 lines
165 B
Bash
Executable file

#!/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