Skip to content

Commit 8f5deff

Browse files
committed
fixup! feat: build with Cartesi CLI
1 parent 082e6b1 commit 8f5deff

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

cartesi.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[machine]
22
entrypoint = "/home/dapp/honeypot"
3-
ram-image = "/opt/homebrew/etc/cartesi/images/linux.bin"
3+
ram_image = "/opt/homebrew/etc/cartesi/images/linux.bin"
4+
use_docker_env = false
5+
use_docker_workdir = false
46

57
[drives.root]
68
builder = "docker"
7-
buildArgs = ["HONEYPOT_CONFIG=localhost"]
9+
build_args = ["HONEYPOT_CONFIG=localhost"]
810
dockerfile = "rootfs.Dockerfile"
911
tags = ["honeypot:cli"]
10-
extraSize = "16Mb"
12+
extra_size = "16Mb"
1113

1214
[drives.state]
1315
builder = "empty"

0 commit comments

Comments
 (0)