Update Dockerfile
Browse files- 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
|