wIK5Ez2o commited on
Commit
b4a3592
·
verified ·
1 Parent(s): 8f6f1f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]