🌟 | Support this project |
---|---|
![]() |
bc1qs6qq0fkqqhp4whwq8u8zc5egprakvqxewr5pmx |
![]() |
0x3147bEE3179Df0f6a0852044BFe3C59086072e12 |
![]() |
TKznmR65yhPt5qmYCML4tNSWFeeUkgYSEV |
Docker Multi-stage Build for Tiny Rust Image Deployment based on linux musl
*Multi-stage - this is a way to reduce an image size creating an empty image and copying the binary file into it.
- First stage
- Create a new image
- Install dependencies
- Build binaries
- Second stage
- Create a new image
- Copy binaries
- Launch
docker compose up [OPTIONS] [SERVICE...]