Closed JefJrFigueiredo closed 1 month ago
bug fix: #690
go mod tidy &&
go build -gcflags
docker-compose up --build --detach
Thanks very much.
bug fix: #690
go mod tidy &&
beforego build -gcflags
in the dockerfile of pub and sub, the containers are able to be builded and run with thedocker-compose up --build --detach
command.