NexusDashboard/entrypoint.sh
2022-01-16 12:22:00 -06:00

8 lines
182 B
Bash

#!/usr/bin/env bash
# unzip brickdb from client to the right places
unzip -n -q /app/luclient/res/brickdb.zip -d app/luclient/res/
flask db upgrade
gunicorn -b :8000 -w 4 wsgi:app