HuggingFace0920 commited on
Commit
00d5c5a
·
verified ·
1 Parent(s): c830c4f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ RUN apt-get update && \
15
  # 设置工作目录
16
  WORKDIR /OpenList
17
 
 
 
18
  # 下载并解压 OpenList (通用可靠方法)
19
  RUN wget -q https://github.com/OpenListTeam/OpenList/releases/download/beta/openlist-linux-amd64.tar.gz && \
20
  tar -xzf openlist-linux-amd64.tar.gz && \
 
15
  # 设置工作目录
16
  WORKDIR /OpenList
17
 
18
+ VOLUME /OpenList
19
+
20
  # 下载并解压 OpenList (通用可靠方法)
21
  RUN wget -q https://github.com/OpenListTeam/OpenList/releases/download/beta/openlist-linux-amd64.tar.gz && \
22
  tar -xzf openlist-linux-amd64.tar.gz && \