Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ COPY . .
|
|
27 |
|
28 |
|
29 |
# Run Elasticsearch and application
|
30 |
-
CMD ["/bin/bash", "-c", "/usr/share/elasticsearch/bin/elasticsearch
|
|
|
27 |
|
28 |
|
29 |
# Run Elasticsearch and application
|
30 |
+
CMD ["/bin/bash", "-c", "/usr/share/elasticsearch/bin/elasticsearch && python3 crawl_index.py && uvicorn app:app --host 0.0.0.0 --port 7860"]
|