softprops / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications
MIT License
162 stars 76 forks source link

Add path dependency example documentation #64

Closed Luminoth closed 4 years ago

Luminoth commented 4 years ago

Per https://github.com/softprops/lambda-rust/issues/63 I added an example of overriding the Docker WORKDIR for when using path dependencies. Tested the solution out in our repo and it works perfectly.