Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ FROM zhezzma/v2fly-core:latest
|
|
4 |
COPY config.json.template /etc/v2ray/config.json.template
|
5 |
|
6 |
# 确保/etc/v2ray目录有写权限
|
7 |
-
RUN chmod
|
8 |
ls -la /etc/v2ray
|
9 |
|
10 |
# 启动脚本
|
|
|
4 |
COPY config.json.template /etc/v2ray/config.json.template
|
5 |
|
6 |
# 确保/etc/v2ray目录有写权限
|
7 |
+
RUN chmod 777 /etc/v2ray && \
|
8 |
ls -la /etc/v2ray
|
9 |
|
10 |
# 启动脚本
|