mirror of https://github.com/XTLS/Xray-core
Docker: Fix permissions of geosite and geodat (#3634)
parent
4c9e4b9de7
commit
2a5eb3db7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue