add logging

This commit is contained in:
2023-02-23 22:06:49 +01:00
parent ed610970cb
commit ef6074eaa9
4 changed files with 20 additions and 4 deletions

9
Dockerfile_search 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 test_search.py .
CMD python3 test_search.py