mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-15 01:09:20 +02:00
Docker: Fix permissions of geosite and geodat (#3634)
This commit is contained in:
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