crabbly commited on
Commit
251b641
·
1 Parent(s): ced90d4

Fixed Dockerfile syntax

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  COPY . .
15
 
16
  # Hugging Face requires Docker spaces to run on port 7860!
17
- CMD["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
14
  COPY . .
15
 
16
  # Hugging Face requires Docker spaces to run on port 7860!
17
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]