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/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache
uses: actions/cache@v4.0.0
uses: actions/cache@v5
continue-on-error: false
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loadtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache
uses: actions/cache@v4.0.0
uses: actions/cache@v5
continue-on-error: false
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker run -p 80:80 ghcr.io/fgdou/sr_project:master
And access the website on http://localhost

## Persistent leaderboard storage
The file is located in `/app/leaderboard.json`
The file is located in `/app/leaderboard/leaderboard.json`

You can setup the persistent storage in the `compose.yml` file or by adding `-p /path/to/dir:/app/leaderboard` to the `docker run` command.

Expand All @@ -39,4 +39,4 @@ docker compose up --build
# Development
- [frontend](./frontend/)
- [backend](./backend/)
- [loadtesting](./loadtesting/)
- [loadtesting](./loadtesting/)
Loading
Loading