Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,4 +8,4 @@ ENV APP_SECRET=自定义api_key
|
|
| 8 |
EXPOSE 7860
|
| 9 |
|
| 10 |
# Define the command that starts the application
|
| 11 |
-
CMD ["
|
|
|
|
| 8 |
EXPOSE 7860
|
| 9 |
|
| 10 |
# Define the command that starts the application
|
| 11 |
+
CMD ["uvicorn" "main:app" "--host" "0.0.0.0"
|