debug
This commit is contained in:
parent
9bf3fc8ec4
commit
548e31c661
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue