mirror of
https://gitee.com/BDWare/router-backend
synced 2025-01-10 01:44:05 +00:00
bf14fd6adb
deprecated: NodecenterActions support JSON type contract execution. |
||
---|---|---|
script | ||
src | ||
.gitignore | ||
build.gradle | ||
LICENSE | ||
README.md |
Docker镜像制作
把Dockerfile
放到一个目录,同时把编译好的bdcluster.zip
放到同一目录,并解压、制作镜像:
unzip -d ./bdserver/ bdcluster.zip
docker build -t bdware/bdcluster .