Files
sponge/scripts/build
2025-04-12 18:32:39 +08:00
..
2025-04-12 18:32:39 +08:00
2025-04-12 18:32:39 +08:00

  • 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.