ssh / Dockerfile
web3x's picture
Upload 6 files
9f22bee verified
Raw
History Blame Contribute Delete
369 Bytes
FROM teddysun/xray
ENV UUID=2982f122-9649-40dc-bc15-fa3ec91d8921
ENV XRAY_CONFIG /etc/xray/config.json
WORKDIR /etc/xray/
COPY cert.crt /etc/xray/cert.crt
COPY private.key /etc/xray/private.key
COPY config.json /etc/xray/config.json
RUN apk add --no-cache gettext
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]