Skip to content

Commit eef5ec8

Browse files
committed
more specific
1 parent 2c7cf93 commit eef5ec8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can also depend directly on `softprops/lambda-rust:latest` for the most rece
1616

1717
## 🤸 usage
1818

19-
The default docker command will build a release version your rust application under `target/lambda/` to
19+
The default docker command will build a release version your rust application under `target/lambda/release` to
2020
isolate the lambda specific build artifacts from your localhost build artifacts.
2121

2222
You will want to volume mount `/code` to the directory containing your cargo project.
@@ -32,3 +32,4 @@ $ docker run --rm \
3232
-v ${HOME}/.cargo/git:/root/.cargo/git \
3333
softprops/lambda-rust:{tag}
3434
```
35+

0 commit comments

Comments
 (0)