Spaces:
Runtime error
Runtime error
Commit
·
0ede2ba
1
Parent(s):
625d315
update dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -24,6 +24,7 @@ RUN curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add
|
|
24 |
RUN echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-7.x.list
|
25 |
RUN apt update
|
26 |
RUN apt -y install elasticsearch
|
|
|
27 |
|
28 |
# Copy users db file along with execution script
|
29 |
COPY users.yml /app
|
|
|
24 |
RUN echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-7.x.list
|
25 |
RUN apt update
|
26 |
RUN apt -y install elasticsearch
|
27 |
+
RUN service elasticsearch start
|
28 |
|
29 |
# Copy users db file along with execution script
|
30 |
COPY users.yml /app
|