Skip to content

Commit bcf6771

Browse files
committed
Website/frontend: fix typo in environment file
1 parent fb05bf0 commit bcf6771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ docker build -t mina-frontend -f frontend/Dockerfile .
211211
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=local mina-frontend
212212

213213
# Run Node Dashboard with production configuration (production endpoints)
214-
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=prod mina-frontend
214+
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=production mina-frontend
215215

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

0 commit comments

Comments
 (0)