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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,10 +16,10 @@ 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 /app
20
 
21
  # 授予下载的 openlist 二进制文件执行权限
22
- RUN chmod +x openlist
23
 
24
  # 4. 运行 OpenList 服务器
25
  # 设置容器启动时执行的命令
 
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
23
 
24
  # 4. 运行 OpenList 服务器
25
  # 设置容器启动时执行的命令