Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -27,6 +27,6 @@ RUN chmod -R 777 /app
|
|
| 27 |
RUN chmod -R 777 /tmp
|
| 28 |
|
| 29 |
# Default command to run the script (change as needed)
|
| 30 |
-
EXPOSE
|
| 31 |
|
| 32 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 27 |
RUN chmod -R 777 /tmp
|
| 28 |
|
| 29 |
# Default command to run the script (change as needed)
|
| 30 |
+
EXPOSE 7860
|
| 31 |
|
| 32 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|