Add pdf utils to docker and add additional ref to .env

This commit is contained in:
Adityavardhan Agrawal 2025-01-22 09:12:12 -05:00
parent 54ad2041ae
commit 055a091ade
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,8 @@ services:
condition: service_started
networks:
- databridge-network
env_file:
- .env
postgres:
build:

View File

@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y \
libmagic1 \
tesseract-ocr \
postgresql-client \
poppler-utils \
&& rm -rf /var/lib/apt/lists/*
# Copy installed packages from builder