wIK5Ez2o commited on
Commit
eb24227
·
verified ·
1 Parent(s): 0dad7fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ ADD config.yaml .
16
  RUN chmod +x server
17
 
18
  # 下载过盾文件
19
- RUN curl -JLO https://github.com/bincooo/chatgpt-adapter/tree/hel/bin.zip
20
  RUN unzip bin.zip
21
  ENV ARG "--port 7860"
22
  CMD ["./server ${ARG}"]
 
16
  RUN chmod +x server
17
 
18
  # 下载过盾文件
19
+ RUN curl -JLO https://raw.githubusercontent.com/bincooo/chatgpt-adapter/refs/heads/hel/bin.zip
20
  RUN unzip bin.zip
21
  ENV ARG "--port 7860"
22
  CMD ["./server ${ARG}"]