diff --git a/asf-cloud-server/testarena/DEPLOYMENT.md b/asf-cloud-server/testarena/DEPLOYMENT.md index 4347d53..52c4f17 100644 --- a/asf-cloud-server/testarena/DEPLOYMENT.md +++ b/asf-cloud-server/testarena/DEPLOYMENT.md @@ -23,7 +23,8 @@ We have provided a script to automate the deployment process. ```bash ./deploy.sh ``` - +## assigne admin +docker-compose exec backend python scripts/reset_admin.py ## Manual Deployment Steps If you prefer to deploy manually, follow these steps: diff --git a/asf-cloud-server/testarena/docker-compose.yml b/asf-cloud-server/testarena/docker-compose.yml index 205b009..2a0132b 100644 --- a/asf-cloud-server/testarena/docker-compose.yml +++ b/asf-cloud-server/testarena/docker-compose.yml @@ -29,7 +29,7 @@ services: restart: always frontend-builder: - image: node:18-alpine + image: node:22-alpine working_dir: /app volumes: - ./frontend:/app diff --git a/asf-cloud-server/testarena/frontend/src/pages/Dashboard.tsx b/asf-cloud-server/testarena/frontend/src/pages/Dashboard.tsx index 45d137d..c3f3331 100644 --- a/asf-cloud-server/testarena/frontend/src/pages/Dashboard.tsx +++ b/asf-cloud-server/testarena/frontend/src/pages/Dashboard.tsx @@ -2,7 +2,7 @@ import React, { useEffect, useState } from 'react'; import { useAuth } from '../context/AuthContext'; import api from '../api'; import { useNavigate } from 'react-router-dom'; -import { CheckCircle, XCircle, Clock, AlertCircle, Plus, LogOut, Search, Filter, Menu } from 'lucide-react'; +import { CheckCircle, XCircle, Clock, AlertCircle, Plus, LogOut, Filter, Menu } from 'lucide-react'; import clsx from 'clsx'; interface Job {