Spaces:
Runtime error
Runtime error
rhoitjadhav
commited on
Commit
•
be25e79
1
Parent(s):
3518d1a
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,5 +29,5 @@ RUN chmod +x /start.sh
|
|
29 |
|
30 |
USER root
|
31 |
|
32 |
-
CMD
|
33 |
|
|
|
29 |
|
30 |
USER root
|
31 |
|
32 |
+
CMD service elasticsearch start; sleep 15; uvicorn argilla:app --host "0.0.0.0"
|
33 |
|