Skip to content

Commit

Permalink
find
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 2, 2024
1 parent 5a1b211 commit 9da4ed7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/ci/docker/zombienet_injected.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ RUN ls -la /home/nonroot
RUN ls -la /home/nonroot/zombie-net
RUN ls -la /home/nonroot/zombie-net/packages
RUN ls -la /home/nonroot/zombie-net/packages/cli
RUN ls -la /home/nonroot/zombie-net/packages/cli/dist

RUN find / -name dist

# RUN ls -la /home/nonroot/zombie-net/packages/cli/dist

# Change `cli` permissions and link to easy call
RUN chmod +x /home/nonroot/zombie-net/packages/cli/dist/cli.js
Expand Down

0 comments on commit 9da4ed7

Please sign in to comment.