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

Update Dockerfile

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