Files
elasticsearch/Dockerfile_index
2023-02-19 10:04:10 +01:00

9 lines
169 B
Plaintext

from python:3.8
workdir /srv
RUN pip3 install setuptools_scm
RUN pip3 install elasticsearch
COPY searching ./searching
COPY reset_index.py .
CMD python3 reset_index.py