Skip to content

Commit

Permalink
change ss_home
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoStray committed Sep 9, 2018
1 parent 17d761b commit ea2129e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM phusion/baseimage:0.10.2
LABEL maintainer="[email protected]"

ENV SS_HOME /etc/shadowsocks
ENV SS_HOME /root/shadowsocks

RUN mkdir -p ${SS_HOME}

RUN install_clean \
iproute2 \
Expand All @@ -18,6 +20,6 @@ ADD make_conf.sh ${SS_HOME}/make_conf.sh
ADD logrotate /etc/logrotate.d/ss_logs

# Service
RUN mkdir /etc/service/ss
RUN mkdir -p /etc/service/ss
ADD run.sh /etc/service/ss/run
RUN chmod +x /etc/service/ss/run

0 comments on commit ea2129e

Please sign in to comment.