Merge branch 'fix_api_reloading_nginx_after_static_file_creation' into 'master'

Fix api by reloading nginx after static files creation

See merge request isard/isard-sso!15
Josep Maria Viñolas Auquer 2021-05-31 12:34:45 +00:00
commit b5413978b1
1 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
cd /api
python3 start.py &
#nginx -g daemon off
{
python3 start.py
nginx -s reload
} &