Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 640 Bytes

File metadata and controls

25 lines (15 loc) · 640 Bytes

Docker image generation

In the project root folder run the following:

docker buildx bake

It will produce a cartesi/rollups-explorer tag devel.

By running the container with the exposed port 3000 it would be reachable in the browser by using http://localhost:3000/explorer.

The dockerfile used is here

Compose

There is a reference docker-compose that can be used if preferred here

Running the command from the project's root folder:

docker compose -f docker/docker-compose.yaml up

You can access on: http://localhost:8080/explorer