Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Jun 23, 2018
1 parent 17f514f commit 132dc5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/shadowsocks-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN set -ex; \
wget -O /tmp/shadowsocksr-3.2.2.tar.gz https://github.com/shadowsocksrr/shadowsocksr/archive/3.2.2.tar.gz; \
tar zxf /tmp/shadowsocksr-3.2.2.tar.gz -C /tmp; \
mv /tmp/shadowsocksr-3.2.2/shadowsocks /usr/local/; \
rm -fr /tmp/shadowsocksr-3.2.2;
rm -fr /tmp/shadowsocksr-3.2.2; \
rm -f /tmp/shadowsocksr-3.2.2.tar.gz;

COPY ./config_sample.json /etc/shadowsocks-r/config.json
VOLUME /etc/shadowsocks-r
Expand Down

0 comments on commit 132dc5d

Please sign in to comment.