Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ COPY . .
|
|
22 |
|
23 |
|
24 |
# Run Elasticsearch and application
|
25 |
-
CMD ["/bin/bash", "-c", "/usr/share/elasticsearch/bin/elasticsearch &
|
|
|
22 |
|
23 |
|
24 |
# Run Elasticsearch and application
|
25 |
+
CMD ["/bin/bash", "-c", "/usr/share/elasticsearch/bin/elasticsearch & $(which uvicorn) app:app --host 0.0.0.0 --port 7860"]
|