Spaces:
Paused
Paused
Commit ·
0e4131d
1
Parent(s): 37fb8f0
部署
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -8,10 +8,10 @@ COPY logs /CLIProxyAPI/logs
|
|
| 8 |
COPY conv /CLIProxyAPI/cnov
|
| 9 |
|
| 10 |
#修改权限
|
| 11 |
-
|
| 12 |
# RUN chmod 777 /root/.cli-proxy-api
|
| 13 |
-
|
| 14 |
-
|
| 15 |
|
| 16 |
# 声明容器会监听的端口。
|
| 17 |
# 这些端口对应于 docker run 命令中的 -p 参数的容器侧端口。
|
|
|
|
| 8 |
COPY conv /CLIProxyAPI/cnov
|
| 9 |
|
| 10 |
#修改权限
|
| 11 |
+
RUN chmod 777 /CLIProxyAPI/config.yaml
|
| 12 |
# RUN chmod 777 /root/.cli-proxy-api
|
| 13 |
+
RUN chmod 777 /CLIProxyAPI/logs
|
| 14 |
+
RUN chmod 777 /CLIProxyAPI/conv
|
| 15 |
|
| 16 |
# 声明容器会监听的端口。
|
| 17 |
# 这些端口对应于 docker run 命令中的 -p 参数的容器侧端口。
|