Spaces:
Sleeping
Sleeping
Upload Dockerfile
Browse files- 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", "
|
|
|
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"]
|