0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 19:39:35 +03:00

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

This commit is contained in:
definitio
2024-08-05 01:21:22 +03:00
committed by GitHub
parent 4c9e4b9de7
commit 2a5eb3db7d

View File

@ -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