Skip to content

Commit

Permalink
Fix devcontainer permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Dec 15, 2023
1 parent 94838e8 commit 630bd82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ RUN curl -L https://install.dojoengine.org | bash
RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash
ENV PATH=${PATH}:/root/.dojo/bin
RUN dojoup

RUN chown -R root:root /usr/local/cargo
RUN chmod -R 700 /usr/local/cargo

0 comments on commit 630bd82

Please sign in to comment.