Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

# Frontend
build-mina-frontend-image:
timeout-minutes: 5
timeout-minutes: 60
strategy:
matrix:
arch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-docs-scripts-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ name: Test Documentation Scripts - Frontend

on:
push:
branches: [main, develop]
pull_request:

jobs:
test-frontend-scripts:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches: [main, develop]
pull_request:
paths-ignore: ["frontend"]
workflow_dispatch:
inputs:
refresh_cache:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/developers/frontend/node-dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ docker build -t mina-frontend -f frontend/Dockerfile .
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=local mina-frontend

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

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