Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN ls -R /app
|
|
17 |
RUN chmod -R 777 /app
|
18 |
|
19 |
# Expose port 8000 for FastAPI
|
20 |
-
EXPOSE
|
21 |
|
22 |
# Run app.py when the container launches
|
23 |
CMD ["uvicorn", "app:app"]
|
|
|
17 |
RUN chmod -R 777 /app
|
18 |
|
19 |
# Expose port 8000 for FastAPI
|
20 |
+
EXPOSE 7860
|
21 |
|
22 |
# Run app.py when the container launches
|
23 |
CMD ["uvicorn", "app:app"]
|