File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,10 @@ RUN pip install --no-cache-dir --config-settings editable_mode=compat --use-pep5
148148RUN chown -R app:app /ingestors
149149
150150ENV ARCHIVE_TYPE=file \
151- ARCHIVE_PATH=/data \
152- FTM_STORE_URI=postgresql://aleph:aleph@postgres/aleph \
153- REDIS_URL=redis://redis:6379/0 \
154- TESSDATA_PREFIX=/usr/share/tesseract-ocr/5/tessdata
151+ ARCHIVE_PATH=/data \
152+ FTM_STORE_URI=postgresql://aleph:aleph@postgres/aleph \
153+ REDIS_URL=redis://redis:6379/0 \
154+ TESSDATA_PREFIX=/usr/share/tesseract-ocr/5/tessdata
155155
156156# USER app
157157CMD ingestors process
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ py7zr==1.0.0
2020pytest == 8.3.5
2121pytest-cov == 6.1.0
2222click == 8.1.8
23+ fakeredis == 2.30.3
2324
2425# File format support
2526dbf == 0.99.10
You can’t perform that action at this time.
0 commit comments