migrate to using db connection string from env
This commit is contained in:
parent
84a55eefde
commit
efe3248c07
9 changed files with 375 additions and 177 deletions
|
|
@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
libglib2.0-0 \
|
||||
tesseract-ocr \
|
||||
tesseract-ocr-eng \
|
||||
libmariadb-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Poetry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue