Revert back

This commit is contained in:
app 2022-09-25 14:20:51 +00:00
parent f88a037edc
commit 0574694d38
2 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,7 @@ RUN chown -R app:app $APP_HOME
# change to the app user # change to the app user
USER app USER app
RUN python manage.py collectstatic --noinput #RUN python manage.py collectstatic --noinput
# run entrypoint.prod.sh # run entrypoint.prod.sh
ENTRYPOINT ["/entrypoint.prod.sh"] ENTRYPOINT ["/entrypoint.prod.sh"]

View File

@ -1,4 +1,6 @@
#!/bin/ash #!/bin/ash
#python manage.py migrate #python manage.py migrate
python manage.py collectstatic --noinput
# #
#gunicorn gmba_django.wsgi:application --bind [::]:8000 #gunicorn gmba_django.wsgi:application --bind [::]:8000