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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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