Browse Source

Quito sudo de entroypoint.sh

main
Celestino Rey 10 months ago
parent
commit
c2d8ab88a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/config/entrypoint.sh

+ 1
- 1
src/config/entrypoint.sh View File

@ -4,4 +4,4 @@ RUN_PORT="8000"
/opt/venv/bin/python manage.py migrate --no-input
/opt/venv/bin/gunicorn cfehome.wsgi:application --bind "0.0.0.0:${RUN_PORT}" --daemon
sudo nginx -g 'daemon off;'
nginx -g 'daemon off;'

Loading…
Cancel
Save