Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,5 +7,5 @@ RUN pip install uvicorn
|
|
| 7 |
# Install dependencies
|
| 8 |
RUN pip install -r requirements.txt
|
| 9 |
COPY . /app
|
| 10 |
-
ENTRYPOINT ["uvicorn", "
|
| 11 |
CMD ["--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 7 |
# Install dependencies
|
| 8 |
RUN pip install -r requirements.txt
|
| 9 |
COPY . /app
|
| 10 |
+
ENTRYPOINT ["uvicorn", "app.py"]
|
| 11 |
CMD ["--host", "0.0.0.0", "--port", "7860"]
|