Skip to content

Latest commit

 

History

History

build

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
  • Dockerfile: build the image by directly copying the compiled binaries, fast build speed.
  • Dockerfile_build: two-stage build of the image, slower build speed, you can specify the golang version.
  • Dockerfile_test: container for testing rpc services.