2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Postgresql fix (#6441)

* Assume maintenance mode is *on* if database is inaccessible

* Specify ash shell

* Update psycopg requirements

* Style fixes

* style fix - backends.py
This commit is contained in:
Oliver
2024-02-07 22:33:37 +11:00
committed by GitHub
parent edd6f25411
commit 22af3e2f59
4 changed files with 20 additions and 11 deletions

View File

@ -84,7 +84,7 @@ RUN if [ `apk --print-arch` = "armv7" ]; then \
COPY tasks.py docker/gunicorn.conf.py docker/init.sh ./
RUN chmod +x init.sh
ENTRYPOINT ["/bin/sh", "./init.sh"]
ENTRYPOINT ["/bin/ash", "./init.sh"]
FROM inventree_base as prebuild