softprops / serverless-rust

⚡ 🦀 a serverless framework plugin for rustlang applications
https://www.npmjs.com/package/serverless-rust
MIT License
548 stars 82 forks source link

Dockerless build fails to run in Linux #76

Closed marcellourbani closed 4 years ago

marcellourbani commented 4 years ago

🐛 Bug description

The artifact mounted in docker image doesn't have an executable flag, so can't be run. I will submit a PR in minutes

🤔 Expected Behavior

artifact should be executable

👟 Steps to reproduce

build a dockerless hello world function in Linux, run it locally serverless invoke local -l -f manager -d '{"name":"foo"}' image

🌍 Your environment

Arch Linux serverless version:

Framework Core: 1.74.1 Plugin: 3.6.14 SDK: 2.3.1 Components: 2.31.6

rust-plugin version: 0.3.8