update for pc server
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
restart: always
|
||||
|
||||
frontend-builder:
|
||||
image: node:18-alpine
|
||||
image: node:22-alpine
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user