HuggingFace0920 commited on
Commit
54785a0
·
verified ·
1 Parent(s): 030ad2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN apk add --no-cache wget ca-certificates
16
  RUN wget -q -L https://github.com/OpenListTeam/OpenList/releases/download/beta/openlist-linux-amd64.tar.gz
17
 
18
  # 3. 解压并授予执行权限
19
- RUN tar -xzf openlist-linux-amd64.tar.gz
20
 
21
  # 授予下载的 openlist 二进制文件执行权限
22
  RUN chmod +x openlist
 
16
  RUN wget -q -L https://github.com/OpenListTeam/OpenList/releases/download/beta/openlist-linux-amd64.tar.gz
17
 
18
  # 3. 解压并授予执行权限
19
+ RUN tar -xzf openlist-linux-amd64.tar.gz /app
20
 
21
  # 授予下载的 openlist 二进制文件执行权限
22
  RUN chmod +x openlist