Skip to content

Commit

Permalink
chore: add target directory in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira committed May 1, 2024
1 parent cf3180e commit 22374ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ RUN apt-get update \
pkg-config \
build-essential \
protobuf-compiler

# Create a folder for cargo target to use
RUN mkdir -p /target \
&& chown -R vscode:vscode /target

0 comments on commit 22374ed

Please sign in to comment.