Revert back
This commit is contained in:
parent
f88a037edc
commit
0574694d38
2 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,7 @@ RUN chown -R app:app $APP_HOME
|
|||
# change to the app user
|
||||
USER app
|
||||
|
||||
RUN python manage.py collectstatic --noinput
|
||||
#RUN python manage.py collectstatic --noinput
|
||||
|
||||
# run entrypoint.prod.sh
|
||||
ENTRYPOINT ["/entrypoint.prod.sh"]
|
||||
|
|
2
init.sh
2
init.sh
|
@ -1,4 +1,6 @@
|
|||
#!/bin/ash
|
||||
#python manage.py migrate
|
||||
|
||||
python manage.py collectstatic --noinput
|
||||
#
|
||||
#gunicorn gmba_django.wsgi:application --bind [::]:8000
|
||||
|
|
Loading…
Reference in a new issue