From 64f4f92f8d215380fae842912d53c6c99c12da1e Mon Sep 17 00:00:00 2001 From: Guru <19eucs071@skcet.ac.in> Date: Tue, 17 Dec 2024 02:06:29 +0530 Subject: [PATCH] Update README.md --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 612f61a..fdd9328 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file