Skip to content

Commit

Permalink
fix: Add read/write functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 10, 2024
1 parent e65bae6 commit a73c0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/runner.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN rustup default stable

RUN mkdir -p /artifacts

RUN --mount=type=bind,target=/builder/nestri/ \
RUN --mount=type=bind,target=/builder/nestri/,rw \
--mount=type=cache,target=/builder/nestri/target/ \
--mount=type=cache,target=/usr/local/cargo/git/db \
--mount=type=cache,target=/usr/local/cargo/registry/ \
Expand Down

0 comments on commit a73c0c1

Please sign in to comment.