Browse Source

Docker: Fix permissions of geosite and geodat (#3634)

definitio 1 year ago
parent
commit
2a5eb3db7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/docker/Dockerfile

+ 1 - 1
.github/docker/Dockerfile

@@ -25,4 +25,4 @@ ENTRYPOINT [ "/usr/bin/xray" ]
 CMD [ "-config", "/etc/xray/config.json" ]
 
 ARG flavor=v2fly
-COPY --from=build /$flavor /usr/share/xray
+COPY --from=build --chmod=644 /$flavor /usr/share/xray