diff --git a/rust/content.md b/rust/content.md index 83f4332b2..6f16acea0 100644 --- a/rust/content.md +++ b/rust/content.md @@ -18,7 +18,7 @@ FROM %%IMAGE%%:1.31 WORKDIR /usr/src/myapp COPY . . -RUN cargo install --path /usr/src/myapp +RUN cargo install --path . CMD ["myapp"] ```