wIK5Ez2o commited on
Commit
2e45c98
·
verified ·
1 Parent(s): 68109f6

Update Dockerfile

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