Selaa lähdekoodia

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

definitio 1 vuosi sitten
vanhempi
sitoutus
2a5eb3db7d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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