API-Handler commited on
Commit
e6427ac
·
verified ·
1 Parent(s): e8fe0e0

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ COPY . .
11
  RUN wget https://huggingface.co/datasets/API-Handler/Testing/resolve/main/app.py
12
  RUN wget https://huggingface.co/datasets/API-Handler/Testing/resolve/main/data.txt
13
 
14
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
11
  RUN wget https://huggingface.co/datasets/API-Handler/Testing/resolve/main/app.py
12
  RUN wget https://huggingface.co/datasets/API-Handler/Testing/resolve/main/data.txt
13
 
14
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]