9 lines
169 B
Plaintext
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 |