Spaces:
Sleeping
Sleeping
fix port
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
20 |
COPY . .
|
21 |
|
22 |
# Expose port
|
23 |
-
EXPOSE
|
24 |
|
25 |
# Command to run the application
|
26 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
20 |
COPY . .
|
21 |
|
22 |
# Expose port
|
23 |
+
EXPOSE 7860
|
24 |
|
25 |
# Command to run the application
|
26 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|