Browse Source

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

pull/3639/head
definitio 4 months ago committed by GitHub
parent
commit
2a5eb3db7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/docker/Dockerfile

2
.github/docker/Dockerfile

@ -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…
Cancel
Save