Rust Mail App from zero2prod book
Go to file
Nick Bland 0a31ae482b
Very large docker image size optimisations
without cross compiling to linux-musl, optimise image by compiling it on a slim rust image and then transferring only the binary over to a debian-slim image.
2021-11-16 15:40:32 +10:00
configuration Make application dockerised 2021-11-16 14:34:05 +10:00
migrations Stage changes to implement postgres DB as well as initialise its state 2021-11-05 12:16:04 +10:00
scripts Update drone pipeline 2021-11-08 12:43:28 +10:00
src Very large docker image size optimisations 2021-11-16 15:40:32 +10:00
tests Changes to allow more dynamic logging 2021-11-16 13:50:32 +10:00
.Dockerignore Very large docker image size optimisations 2021-11-16 15:40:32 +10:00
.drone.yml Implement changes to allow database connection for insertions 2021-11-08 15:41:52 +10:00
.env implement test changes regarding database 2021-11-07 00:23:49 +10:00
.gitignore Make application dockerised 2021-11-16 14:34:05 +10:00
Cargo.lock Make application dockerised 2021-11-16 14:34:05 +10:00
Cargo.toml Make application dockerised 2021-11-16 14:34:05 +10:00
Dockerfile Very large docker image size optimisations 2021-11-16 15:40:32 +10:00
sqlx-data.json Make application dockerised 2021-11-16 14:34:05 +10:00