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