Update Dockerfile
This commit is contained in:
parent
1ff973dda4
commit
cd3989c83b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue