TRMT commited on
Commit
94d231e
·
1 Parent(s): 04738f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir -r requirements.txt
22
  EXPOSE 8000
23
 
24
  # Command to run the application
25
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0/word_search", "--port", "8000"]
 
22
  EXPOSE 8000
23
 
24
  # Command to run the application
25
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]