bullish/backend/prod-entrypoint.sh
Ameya Shenoy fd61d1231f
feat: productionize images for deploy
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2021-02-12 00:58:26 +05:30

11 lines
182 B
Bash

#!/bin/sh
# Apply database migrations
echo "Apply database migrations"
python manage.py migrate collectstatic --noinput
# Start server
echo "Starting server"
uwsgi --show-config