Skip to content

Commit 71e1f73

Browse files
authored
Merge pull request #1487 from o1-labs/dw/remove-development-from-test-frontend-image
CI/docker: remove development and rename webnodelocal into webnode
2 parents 12c9de8 + ac00114 commit 71e1f73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
- push-frontend-image
211211
strategy:
212212
matrix:
213-
environment: [local, webnode, production, development, producer, fuzzing]
213+
environment: [local, webnode, production, producer, fuzzing]
214214
steps:
215215
- name: Git checkout
216216
uses: actions/checkout@v5

website/docs/developers/frontend/node-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=local mina-frontend
214214
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=production mina-frontend
215215

216216
# Run Node Dashboard with webnode configuration (browser-based node operation)
217-
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=webnodelocal mina-frontend
217+
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=webnode mina-frontend
218218

219219
# Run Node Dashboard with producer configuration (block producer features)
220220
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=producer mina-frontend

0 commit comments

Comments
 (0)