Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -13,6 +13,6 @@ ENV OPENAI_API_BASE=https://cosmart.pages.dev/v1
|
|
| 13 |
# 代理示例: https://aihubmix.com/v1
|
| 14 |
|
| 15 |
|
| 16 |
-
ENV PORT
|
| 17 |
-
EXPOSE
|
| 18 |
#CMD ["/app/go-proxy-bingai"]
|
|
|
|
| 13 |
# 代理示例: https://aihubmix.com/v1
|
| 14 |
|
| 15 |
|
| 16 |
+
ENV PORT 7860
|
| 17 |
+
EXPOSE 7860
|
| 18 |
#CMD ["/app/go-proxy-bingai"]
|