mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-11 01:23:01 +00:00
Docker: Fix permissions of geosite and geodat (#3634)
This commit is contained in:
parent
4c9e4b9de7
commit
2a5eb3db7d
2
.github/docker/Dockerfile
vendored
2
.github/docker/Dockerfile
vendored
@ -25,4 +25,4 @@ ENTRYPOINT [ "/usr/bin/xray" ]
|
|||||||
CMD [ "-config", "/etc/xray/config.json" ]
|
CMD [ "-config", "/etc/xray/config.json" ]
|
||||||
|
|
||||||
ARG flavor=v2fly
|
ARG flavor=v2fly
|
||||||
COPY --from=build /$flavor /usr/share/xray
|
COPY --from=build --chmod=644 /$flavor /usr/share/xray
|
||||||
|
Loading…
Reference in New Issue
Block a user