hstz commited on
Commit
4ba7c48
·
verified ·
1 Parent(s): c8d39f9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -7,4 +7,5 @@ COPY .token .
7
  COPY .token-list .
8
 
9
  # 修改 token 文件和 token-list 文件的权限
10
- RUN chmod 600 /app/.token /app/.token-list
 
 
7
  COPY .token-list .
8
 
9
  # 修改 token 文件和 token-list 文件的权限
10
+ RUN chmod 600 /app/.token /app/.token-list
11
+ RUN chown root:root /app/.token /app/.token-list