We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7cf93 commit eef5ec8Copy full SHA for eef5ec8
README.md
@@ -16,7 +16,7 @@ You can also depend directly on `softprops/lambda-rust:latest` for the most rece
16
17
## 🤸 usage
18
19
-The default docker command will build a release version your rust application under `target/lambda/` to
+The default docker command will build a release version your rust application under `target/lambda/release` to
20
isolate the lambda specific build artifacts from your localhost build artifacts.
21
22
You will want to volume mount `/code` to the directory containing your cargo project.
@@ -32,3 +32,4 @@ $ docker run --rm \
32
-v ${HOME}/.cargo/git:/root/.cargo/git \
33
softprops/lambda-rust:{tag}
34
```
35
+
0 commit comments