add logging
This commit is contained in:
9
Dockerfile_search
Normal file
9
Dockerfile_search
Normal 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
|
||||
Reference in New Issue
Block a user