This commit is contained in:
Pierre Guillod 2023-10-22 14:49:21 +02:00
parent 9bf3fc8ec4
commit 548e31c661
Signed by: pierre
GPG key ID: 7A64EF3E7D65F3DE

View file

@ -1,3 +1,8 @@
FROM ghcr.io/shadowsocks/ssserver-rust:v1.17.0
RUN cp /data/config.json /etc/shadowsocks-rust/config.json
# Runtime script copy
WORKDIR /root
COPY run.sh run.sh
RUN chmod +x run.sh
CMD cp /root/run.sh