Skip to content

Commit

Permalink
Merge pull request #37 from gofractally/update-path
Browse files Browse the repository at this point in the history
add rust programs to path
  • Loading branch information
James-Mart authored Jun 27, 2024
2 parents 218d82d + e77aec4 commit 026587e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/psibase-contributor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ RUN mkdir -p ${PSINODE_PATH} \
&& git clone https://github.com/gofractally/psibase.git . \
&& git submodule update --init --recursive

# Add locally built rust programs to path
ENV PATH=${PSINODE_PATH}/build/rust/release:$PATH

# Copy in tool config
COPY --from=toolconfig / /

Expand Down

0 comments on commit 026587e

Please sign in to comment.