Skip to content

Commit

Permalink
Remove useless docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Aug 16, 2024
1 parent ee33970 commit 3b6c021
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
42 changes: 0 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,2 @@

![](assets/readme-banner.png)

## Installation/Usage

Using Docker:

First run (for generate configuration files)

```bash
$(pwd) - returns your current directory for example /home/user/
```

```bash
docker run -v $(pwd)/discordofficer:/home/eternalcode eternalcode/discordofficer:latest
```


After you configure the bot, run it with the following command:

```bash
docker run -d --name discordofficer -v $(pwd)/discordofficer:/home/eternalcode eternalcode/discordofficer:latest
```

For stop bot use:

```bash
docker stop discordofficer
```

Docker images tags:
* latest - latest stable version using Java 21

Using Java:

Download latest release from releases (.jar file)

Run bot with the following command:

```bash
java -jar DiscordOfficer.jar
```

And u can use screen for run bot in background or something like that
17 changes: 0 additions & 17 deletions docker/java21.dockerfile

This file was deleted.

0 comments on commit 3b6c021

Please sign in to comment.