Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
|
|
|
| 14 |
|
| 15 |
COPY . .
|
| 16 |
|
| 17 |
+
# CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 18 |
+
CMD ["python", "kafka_consumer.py"]
|