Added docker commands
parent
190e64b2f5
commit
17453298ef
17
README.md
17
README.md
|
@ -7,6 +7,21 @@ This bot features multiple command types from:
|
|||
* Fun
|
||||
* General
|
||||
|
||||
### Installation
|
||||
**This is a private bot used for a specific purpose within a specific discord server.**
|
||||
|
||||
However if you do want to run the bot for testing purposes or deploy it to a new container. Run the below command to run the bot.
|
||||
|
||||
Due to the [Publish.yml](.github/workflows/publish.yml) workflow, the newest build will automatically be pushed to dockerhub.
|
||||
```docker
|
||||
docker run -d \
|
||||
--name=hullcss \
|
||||
-p 6001:6001 \
|
||||
-e DISCORD_TOKEN='INSERT DISCORD TOKEN' \
|
||||
-e PREFIX='!' \
|
||||
--restart unless-stopped \
|
||||
kieranr27/hullcss:latest
|
||||
```
|
||||
|
||||
### Contributions
|
||||
While this bot is maintained by [Kieran](https://github.com/KieranRobson), contributors are welcome!
|
||||
* [ ] Contributing guidlines are coming soon!
|
Loading…
Reference in New Issue