tang-x commited on
Commit
26b7bde
·
verified ·
1 Parent(s): b96c660

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -26,6 +26,7 @@ RUN chmod -R 777 /app/api/logs/
26
  RUN chmod -R 777 /app/data
27
 
28
  # 安装 curl
 
29
  RUN apk add --no-cache curl
30
 
31
  # Copy Custom Endpoints Config
 
26
  RUN chmod -R 777 /app/data
27
 
28
  # 安装 curl
29
+ USER root
30
  RUN apk add --no-cache curl
31
 
32
  # Copy Custom Endpoints Config