mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Install safe-chain from registry as a test
This commit is contained in:
parent
4c9d5447b8
commit
7b9f9bbf3c
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ RUN apt-get update && apt-get install -y pipx && \
|
|||
|
||||
# Copy and install Safe chain
|
||||
COPY --from=builder /app/*.tgz /pkgs/
|
||||
RUN npm install -g /pkgs/*.tgz
|
||||
# RUN npm install -g /pkgs/*.tgz
|
||||
RUN npm install -g @aikidosec/safe-chain
|
||||
|
||||
WORKDIR /testapp
|
||||
RUN npm init -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue