Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a base OS to run binary instead of Rust runtime (#67)
The Rust runtime for a docker image is large as it includes the language's tooling. It is not needed to run a Rust binary file. This replaces running the binary with the full runtime with a base OS (Debian) to reduce the size of the Docker image.
- Loading branch information