Added query string as configurable (Docker) environment variable
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user