update for pc server

This commit is contained in:
2025-11-25 00:42:27 +01:00
parent 0d1d388dca
commit 22f7f2f94d
3 changed files with 4 additions and 3 deletions

View File

@@ -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:

View File

@@ -29,7 +29,7 @@ services:
restart: always
frontend-builder:
image: node:18-alpine
image: node:22-alpine
working_dir: /app
volumes:
- ./frontend:/app

View File

@@ -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 {