Skip to content

Commit d269ae6

Browse files
committed
🐛 added missing comman in Dockerfile.hf
1 parent 69bbdf7 commit d269ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detectors/Dockerfile.hf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ COPY ./huggingface/detector.py /app
2626
COPY ./huggingface/scheme.py /app
2727

2828
EXPOSE 8000
29-
CMD ["uvicorn", "app:app" "--workers", "4", "--host", "0.0.0.0", "--port", "8000", "--log-config", "/common/log_conf.yaml"]
29+
CMD ["uvicorn", "app:app", "--workers", "4", "--host", "0.0.0.0", "--port", "8000", "--log-config", "/common/log_conf.yaml"]
3030

3131
# gunicorn main:app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000

0 commit comments

Comments
 (0)