Browse Source

Actualizar 'src/config/entrypoint.sh'

main
creylopez 10 months ago
parent
commit
25e3216882
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/config/entrypoint.sh

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

@ -2,7 +2,7 @@
RUN_PORT="8000" RUN_PORT="8000"
/opt/venv/bin/python manage.py migrate --no-input /opt/venv/bin/python manage.py migrate --no-input
/opt/venv/bin/python manage.py collectstatic
/opt/venv/bin/python manage.py collectstatic --no-input
/opt/venv/bin/gunicorn mysite.wsgi:application --bind "0.0.0.0:${RUN_PORT}" --daemon /opt/venv/bin/gunicorn mysite.wsgi:application --bind "0.0.0.0:${RUN_PORT}" --daemon


Loading…
Cancel
Save