Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dxstiny committed Mar 23, 2024
1 parent 8f40654 commit 1226b67
Show file tree
Hide file tree
Showing 114 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
reap-one:
image: "ghcr.io/reaudioplayer/reap-one:0.11.2"
image: "ghcr.io/reaudioplayer/reap-one:1.0.0"
ports:
- "1234:80"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion one.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set VERSION=0.11.2
set VERSION=1.0.0

set command=%1
set arg=%2
Expand Down
4 changes: 2 additions & 2 deletions rebuild.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker compose down
docker rmi ghcr.io/reaudioplayer/reap-one:0.11.2
docker rmi ghcr.io/reaudioplayer/reap-one:1.0.0
sudo bash -c 'echo "nameserver 1.1.1.1" > /etc/resolv.conf'
docker build -t ghcr.io/reaudioplayer/reap-one:0.11.2 .
docker build -t ghcr.io/reaudioplayer/reap-one:1.0.0 .
docker compose up -d

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/ui/dist/assets/Album-1148dcd6.js.gz
Binary file not shown.
Binary file removed src/ui/dist/assets/Album-53489ebb.js.gz
Binary file not shown.
Binary file removed src/ui/dist/assets/Artist-a34a6707.js.gz
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/ui/dist/assets/Artist-d789cf52.js.gz
Binary file not shown.
Loading

0 comments on commit 1226b67

Please sign in to comment.