Added query string as configurable (Docker) environment variable

This commit is contained in:
Heiko Joerg Schick
2023-09-07 16:02:09 +02:00
parent 6a4b1176c6
commit 169db54df2
3 changed files with 9 additions and 3 deletions
+2
View File
@@ -14,6 +14,8 @@ ENV PYTHONDONTWRITEBYTECODE=1
# the application crashes without emitting any logs due to buffering.
ENV PYTHONUNBUFFERED=1
ENV ARXIV_QUERY=""
# Install required binary packages.
RUN apt-get update && apt-get install -y \
imagemagick \