Update Dockerfile

This commit is contained in:
Sah 2015-01-01 19:35:22 +08:00
parent e267a804ec
commit 14fdefeb45

View file

@ -6,8 +6,4 @@ RUN pip install shadowsocks
EXPOSE 8388 EXPOSE 8388
ADD shadowsocks.json /etc/ CMD ssserver -p 8388 -m "aes-256-cfb"
VOLUME ["/etc/shadowsocks.json"]
CMD ssserver -c /etc/shadowsocks.json