Update README.md

This commit is contained in:
Guru 2024-12-17 02:06:29 +05:30 committed by GitHub
parent b3177f0cf5
commit 64f4f92f8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,22 +44,3 @@ npm install
```bash
node index.js
```
## Docker Image Distribution
To share the Docker image:
1. Build the image:
```bash
docker build -t discord-bot .
```
2. Save the image to a file:
```bash
docker save discord-bot > discord-bot.tar
```
3. Share the `discord-bot.tar` file with others. They can load it using:
```bash
docker load < discord-bot.tar
```