This repository has been archived on 2021-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
perktree/backend/entrypoint.sh

12 lines
228 B
Bash
Executable File

#! /bin/sh
#
# entrypoint.sh
# Copyright (C) 2019 pavle <pavle.portic@tilda.center>
#
# Distributed under terms of the BSD-3-Clause license.
#
python manage.py migrate
gunicorn -w 4 --bind 0.0.0.0:80 perktree.wsgi:application