Spaces:
Paused
Paused
Commit ·
b081cc6
1
Parent(s): 0e4131d
部署
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ WORKDIR /CLIProxyAPI
|
|
| 5 |
COPY config.yaml /CLIProxyAPI/config.yaml
|
| 6 |
# COPY auth /root/.cli-proxy-api
|
| 7 |
COPY logs /CLIProxyAPI/logs
|
| 8 |
-
COPY conv /CLIProxyAPI/
|
| 9 |
|
| 10 |
#修改权限
|
| 11 |
RUN chmod 777 /CLIProxyAPI/config.yaml
|
|
|
|
| 5 |
COPY config.yaml /CLIProxyAPI/config.yaml
|
| 6 |
# COPY auth /root/.cli-proxy-api
|
| 7 |
COPY logs /CLIProxyAPI/logs
|
| 8 |
+
COPY conv /CLIProxyAPI/conv
|
| 9 |
|
| 10 |
#修改权限
|
| 11 |
RUN chmod 777 /CLIProxyAPI/config.yaml
|