diff --git a/docker/Dockerfile b/docker/Dockerfile index e6b4d8a..95c8235 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -29,7 +29,7 @@ RUN rm -rf $BASEDIR/shadowsocks # Config file can be in a separated container VOLUME ["$CONFIGDIR"] -ADD shadowsocks.json $CONFIGDIR +ADD shadowsocks.json $CONFIGFILE # Port in the config file won't take affect. Instead we'll use 8388. EXPOSE $PORT