Skip to content

Commit 3f71460

Browse files
committed
tweak: Use prebuilt frontend image for block producers demo
1 parent 4b4942a commit 3f71460

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docker-compose.local.producers.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ services:
1010

1111
frontend:
1212
container_name: frontend
13-
build:
14-
context: .
15-
dockerfile: Dockerfile_FE
16-
args:
17-
BUILD_CONFIGURATION: block_producers
13+
image: openmina/frontend:0.5.0-block-producers
14+
# build:
15+
# context: .
16+
# dockerfile: Dockerfile_FE
17+
# args:
18+
# BUILD_CONFIGURATION: block_producers
1819
ports:
1920
- "8070:80"

docs/producer-demo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This demo showcases the block production capabilities of OpenMina nodes within a
9393

9494
3. **Run the following command to start the demo:**
9595
```sh
96-
docker compose -f docker-compose.local.producers.yml up --build
96+
docker compose -f docker-compose.local.producers.yml up
9797
```
9898

9999
4. **Open you browser and visit http://localhost:8070**
@@ -115,7 +115,7 @@ This demo showcases the block production capabilities of OpenMina nodes within a
115115

116116
4. **Run the following command to start the demo:**
117117
```sh
118-
docker compose -f docker-compose.local.producers.yml up --build
118+
docker compose -f docker-compose.local.producers.yml up
119119
```
120120

121121
5. **Open you browser and visit http://localhost:8070**
@@ -137,7 +137,7 @@ This demo showcases the block production capabilities of OpenMina nodes within a
137137

138138
4. **Run the following command to start the demo:**
139139
```sh
140-
docker compose -f docker-compose.local.producers.yml up --build
140+
docker compose -f docker-compose.local.producers.yml up
141141
```
142142

143143
5. **Open you browser and visit http://localhost:8070**

0 commit comments

Comments
 (0)