Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 350 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 350 Bytes

icndev-server

Run

make all
./icndev-server

Run with docker

You can run application with docker.

docker build -t icndev-server .

then

docker run --name icndev-server -p 9060:9060 icndev-server \&
-v /mnt/data/icndev-server/logs:/root/go/src/github.com/bianjieai/icndev-server/logs \&
icndev-server