File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 4646 uses : docker/build-push-action@v5
4747 with :
4848 context : .
49- platforms : linux/amd64,linux/arm64
49+ # TODO: disabled for now, building for ARM is too slow
50+ # platforms: linux/amd64,linux/arm64
5051 push : true
5152 tags : ${{ steps.meta.outputs.tags }}
5253 cache-from : type=gha
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ This demo showcases the block production capabilities of OpenMina nodes within a
9393
94943. ** 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
99994. ** 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
1161164. ** 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
1211215. ** 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
1381384. ** 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
1431435. ** Open you browser and visit http://localhost:8070**
You can’t perform that action at this time.
0 commit comments