aamirtaymoor commited on
Commit
007be26
·
verified ·
1 Parent(s): 9aca3d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,6 +13,6 @@ RUN pip install https://github.com/explosion/spacy-models/releases/download/en_c
13
  RUN git clone https://github.com/facebookresearch/fastText.git && cd fastText && pip install .
14
 
15
  COPY . .
16
-
17
- # CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
18
  CMD ["python", "kafka_consumer.py"]
 
 
 
13
  RUN git clone https://github.com/facebookresearch/fastText.git && cd fastText && pip install .
14
 
15
  COPY . .
 
 
16
  CMD ["python", "kafka_consumer.py"]
17
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
18
+