Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
feat: Set localhost as the default network at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Moura authored and gligneul committed Jun 15, 2023
1 parent 12e90fe commit 3382379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/docker-riscv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ EOF
# stage to build the initial cartesi machine
FROM server-manager as build-server-stage

ARG NETWORK=unknown
ARG NETWORK=localhost

WORKDIR /opt/cartesi/dapp

Expand Down
2 changes: 1 addition & 1 deletion build/std-rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN build-dapp-fs.sh /opt/cartesi/default.json dapp.json dapp.ext2
# stage to build the initial cartesi machine
FROM server-manager as server-stage

ARG NETWORK=unknown
ARG NETWORK=localhost

WORKDIR /opt/cartesi/dapp

Expand Down

0 comments on commit 3382379

Please sign in to comment.