docs: update Docker image instructions

This commit is contained in:
Achraf RRAMI 2024-03-13 23:43:36 +00:00 committed by GitHub
parent b1dc78d21f
commit 207ab639af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,10 @@ With the massive daily increase of useless scripts on Genius's web frontend, and
## Installation & Usage ## Installation & Usage
### Docker ### Docker
```bash ```bash
git clone https://github.com/rramiachraf/dumb docker run -p 8080:5555 --name dumb ghcr.io/rramiachraf/dumb:latest
cd dumb
docker buildx build -t dumb .
docker run -p 8080:5555 --name dumb dumb
``` ```
### Without Docker ### Build from source
[Go 1.20+](https://go.dev/dl) is required. [Go 1.20+](https://go.dev/dl) is required.
```bash ```bash
git clone https://github.com/rramiachraf/dumb git clone https://github.com/rramiachraf/dumb