mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:11:17 -06:00
Adds simple Python to wait for Redis broker to be ready (with minor Dockerfile improvements)
This commit is contained in:
committed by
Trenton Holmes
parent
6be1960883
commit
44faa29a35
@@ -138,6 +138,8 @@ RUN set -eux \
|
||||
&& chmod 755 /sbin/docker-entrypoint.sh \
|
||||
&& cp docker-prepare.sh /sbin/docker-prepare.sh \
|
||||
&& chmod 755 /sbin/docker-prepare.sh \
|
||||
&& cp wait-for-redis.py /sbin/wait-for-redis.py \
|
||||
&& chmod 755 /sbin/wait-for-redis.py \
|
||||
&& chmod +x install_management_commands.sh \
|
||||
&& ./install_management_commands.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user