Commit Graph

5 Commits

Author SHA1 Message Date
Nick Bland
47d3fdf9b8
adjustments to allow docker image to be built in 2021 edition 2022-01-03 19:09:52 +10:00
Nick Bland
e2c83c817b
CHEFerise docker app to make it more efficient 2021-11-16 15:50:00 +10:00
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
Nick Bland
b279578b51
make image slightly smaller but fixing up the dockerignore syntaxing
also added in another ENV to the dockerfile
2021-11-16 15:10:20 +10:00
Nick Bland
c9e564d48f
Make application dockerised
Update mail_app to also have different forms of configuration outside of a single base yaml file. Allows local or production configurations to be established.
2021-11-16 14:34:05 +10:00