Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ ARG auth_token
|
|
22 |
ENV auth_token=$auth_token
|
23 |
|
24 |
# Expose the port the app runs on
|
25 |
-
EXPOSE
|
26 |
|
27 |
# Command to run the application
|
28 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "
|
|
|
22 |
ENV auth_token=$auth_token
|
23 |
|
24 |
# Expose the port the app runs on
|
25 |
+
EXPOSE 7860
|
26 |
|
27 |
# Command to run the application
|
28 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|