Handle backup folder error

This commit is contained in:
Donald Zou
2025-09-11 10:38:30 +08:00
parent 15d51735d2
commit 4644840009
5 changed files with 31 additions and 30 deletions

View File

@@ -122,7 +122,7 @@ Examples:
To build from source:
```bash
git clone https://github.com/donaldzou/WGDashboard.git
git clone https://github.com/WGDashboard/WGDashboard.git
cd WGDashboard
docker build . -f docker/Dockerfile -t yourname/wgdashboard:latest
```