Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
FROM dairoot/chatgpt-gateway:latest
|
| 3 |
|
| 4 |
# 暴露容器端口
|
| 5 |
-
EXPOSE 8787
|
| 6 |
|
| 7 |
# 使用 sh 代替 bash
|
| 8 |
|
|
|
|
| 2 |
FROM dairoot/chatgpt-gateway:latest
|
| 3 |
|
| 4 |
# 暴露容器端口
|
| 5 |
+
EXPOSE 3000:8787
|
| 6 |
|
| 7 |
# 使用 sh 代替 bash
|
| 8 |
|