Skip to content

Commit ff69f85

Browse files
committed
DELETE local devnet
1 parent 24a034b commit ff69f85

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/sdk/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
deployments
2+
anvil_state.json

packages/sdk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ npm install -g \
367367

368368
rm /tmp/pimlico-alto.tgz
369369
mkdir -p /usr/share/cartesi
370-
cp -r "$(npm root -g)/@cartesi/devnet/deployments" /usr/share/cartesi/
371-
cp "$(npm root -g)/@cartesi/devnet/anvil_state.json" /usr/share/cartesi/
372370
EOF
371+
COPY deployments /usr/share/cartesi/deployments/
372+
COPY anvil_state.json /usr/share/cartesi/
373373

374374
# Install linux kernel image
375375
RUN <<EOF

0 commit comments

Comments
 (0)