Skip to content

Commit

Permalink
remove CARGO_TARGET_DIR duplicate from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
georglauterbach committed May 5, 2024
1 parent 18962e3 commit 2da8835
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ EOM
# `cargo` and `rustup` effortlessly.
ENV PATH="/rustup/bin:${PATH}"

# Moreover, we do not want to interfere with Cargo's output
# directory of the host (in case someone want to use both this container
# image and the hst); hence, we use a different output directory.
ENV CARGO_TARGET_DIR=dev-container/target

# Moreover, we do not want to interfere with Cargo's output
# directory of the host (in case someone want to use both this container
# image and the hst); hence, we use a different output directory.
Expand Down

0 comments on commit 2da8835

Please sign in to comment.