first_commit
This commit is contained in:
9
Dockerfile_index
Normal file
9
Dockerfile_index
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 reset_index.py .
|
||||
CMD python3 reset_index.py
|
||||
Reference in New Issue
Block a user