Skip to content

Commit 6a60701

Browse files
committed
DELETE local devnet
1 parent 86bc81f commit 6a60701

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
@@ -336,9 +336,9 @@ npm install -g \
336336
@pimlico/alto@${ALTO_VERSION}
337337

338338
mkdir -p /usr/share/cartesi
339-
cp -r "$(npm root -g)/@cartesi/devnet/deployments" /usr/share/cartesi/
340-
cp "$(npm root -g)/@cartesi/devnet/anvil_state.json" /usr/share/cartesi/
341339
EOF
340+
COPY deployments /usr/share/cartesi/deployments/
341+
COPY anvil_state.json /usr/share/cartesi/
342342

343343
# Install linux kernel image
344344
RUN <<EOF

0 commit comments

Comments
 (0)