7 lines
96 B
Docker
7 lines
96 B
Docker
FROM intelligentsearch/isearch_env:2.0
|
|
COPY install.sh /root/install.sh
|
|
RUN /root/install.sh
|
|
|
|
|
|
|