Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Modify path
Browse files Browse the repository at this point in the history
  • Loading branch information
rylev committed May 7, 2020
1 parent f41ef9b commit 5c4b6e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ WORKDIR /home/
COPY . .

RUN bash ./setup.sh

ENV PATH="$HOME/.cargo/bin:$PATH"
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"**/CODE_OF_CONDUCT.md": true,
"**/LICENSE": true
}
},
"postCreateCommand": "source $HOME/.cargo/env",
}
}

0 comments on commit 5c4b6e2

Please sign in to comment.