We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bb491 commit ac00114Copy full SHA for ac00114
website/docs/developers/frontend/node-dashboard.mdx
@@ -214,7 +214,7 @@ docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=local mina-frontend
214
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=production mina-frontend
215
216
# Run Node Dashboard with webnode configuration (browser-based node operation)
217
-docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=webnodelocal mina-frontend
+docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=webnode mina-frontend
218
219
# Run Node Dashboard with producer configuration (block producer features)
220
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=producer mina-frontend
0 commit comments