mirror of https://github.com/v2ray/v2ray-core
8 lines
126 B
Bash
8 lines
126 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [ ! -e server-cfg.json ]; then
|
||
|
./gen-server-config.sh
|
||
|
fi
|
||
|
|
||
|
docker build --rm=true --tag=$USER/v2ray ./
|