Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -29,6 +29,7 @@ RUN google-chrome-stable --version
|
|
| 29 |
# 下载过盾文件
|
| 30 |
RUN curl -JLO https://raw.githubusercontent.com/bincooo/chatgpt-adapter/refs/heads/hel/bin.zip
|
| 31 |
RUN unzip bin.zip && tree .
|
|
|
|
| 32 |
ENV ARG "--port 7860"
|
| 33 |
CMD ["./server ${ARG}"]
|
| 34 |
ENTRYPOINT ["sh", "-c"]
|
|
|
|
| 29 |
# 下载过盾文件
|
| 30 |
RUN curl -JLO https://raw.githubusercontent.com/bincooo/chatgpt-adapter/refs/heads/hel/bin.zip
|
| 31 |
RUN unzip bin.zip && tree .
|
| 32 |
+
RUN mkdir log && chmod -R 777 /app
|
| 33 |
ENV ARG "--port 7860"
|
| 34 |
CMD ["./server ${ARG}"]
|
| 35 |
ENTRYPOINT ["sh", "-c"]
|