taitai9616 commited on
Commit
b081cc6
·
1 Parent(s): 0e4131d
Files changed (1) hide show
  1. 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/cnov
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