first_commit

This commit is contained in:
2023-02-19 10:04:10 +01:00
commit ed610970cb
23 changed files with 11434 additions and 0 deletions

9
Dockerfile_index Normal file
View File

@@ -0,0 +1,9 @@
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