mozilla-services / pushbox

Durable Storage for Push
Mozilla Public License 2.0
6 stars 9 forks source link

chore: utilize a rust-toolchain file #45

Closed pjenvey closed 5 years ago

pjenvey commented 5 years ago

moves the toolchain spec to solely one file

pjenvey commented 5 years ago

Need to add in a .dockerignore file, but that's a separate issue.

I don't think we don't need one at all w/ our current multi-stage docker build setup

jrconlin commented 5 years ago

One thing I saw was that the .dockerignore file made images a LOT smaller. Mostly because it skips pulling in git repos and the rust /target file. Even if it's not needed for our deployment, it's not a bad idea to trim those out when possible.