Spaces:
Runtime error
Runtime error
Commit
·
b31e54c
1
Parent(s):
21d5e3c
update dockerfile
Browse files
start.sh
CHANGED
@@ -31,7 +31,7 @@ sudo systemctl daemon-reload
|
|
31 |
echo "enable"
|
32 |
sudo systemctl enable elasticsearch
|
33 |
echo "start"
|
34 |
-
|
35 |
|
36 |
# Load data
|
37 |
echo "Loading data"
|
|
|
31 |
echo "enable"
|
32 |
sudo systemctl enable elasticsearch
|
33 |
echo "start"
|
34 |
+
sudo systemctl start elasticsearch
|
35 |
|
36 |
# Load data
|
37 |
echo "Loading data"
|