digitaldemocratic/docker/api/entrypoint.sh

6 lines
51 B
Bash

cd /api
{
python3 start.py
nginx -s reload
} &