hunkim commited on
Commit
f5ffcaa
·
1 Parent(s): c423c63

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 & ./.venv/bin/uvicorn app:app --host 0.0.0.0 --port 7860"]
 
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"]