Commit d1abdf6f authored by 王明明's avatar 王明明

vy nk

parent 43d9cecc
```shell ```shell
docker run -itd --name lcc-akm-api --privileged=true --restart=always -v /home/opt/lcc-akm/src:/root/src/ -p 59001:59001 --cpus=1 -m 1G --log-driver=json-file --log-opt max-size=50m --log-opt max-file=3 golang/goenv:1.1 /bin/sh "/root/src/run.sh" docker run -itd --name akmtest --privileged=true --restart=always -v /home/opt/lcc-akm/src:/root/src/ -p 59002:59001 --cpus=1 -m 1G --log-driver=json-file --log-opt max-size=50m --log-opt max-file=3 golang/goenv:2.0 /bin/sh "/root/src/run.sh"
``` ```
\ No newline at end of file
export GOPROXY=https://goproxy.cn export GOPROXY=https://goproxy.cn
cd /root/src/js && npm i && nohup node run.js > 1.log 2>&1 & cd /root/src/js && npm i && nohup /usr/local/bin/node run.js > 1.log 2>&1 &
cd /root/src && go run main.go cd /root/src && go run main.go
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment