Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ ADD config.yaml .
|
|
| 16 |
RUN chmod +x server
|
| 17 |
|
| 18 |
# 下载过盾文件
|
| 19 |
-
RUN curl -JLO https://
|
| 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}"]
|