mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2025-07-07 05:30:50 +00:00
Initial Commit
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Insomnia ID - Bot
|
||||
|
||||
## Description
|
||||
Verkkopeliyhdistys Insomnia ry - Identity Bot
|
||||
|
||||
## Commands
|
||||
|
||||
### Build Image
|
||||
|
||||
`podman build -t ghcr.io/insomniafi/insid-bot`
|
||||
|
||||
### Publish Image
|
||||
`podman push ghcr.io/insomniafi/insid-bot`
|
||||
|
||||
### Run Container
|
||||
|
||||
`podman run --name insid-bot -d -e DISCORD_TOKEN= ghcr.io/insomniafi/insid-bot`
|
||||
|
||||
### Update Dependencies
|
||||
`podman run --name insid-bot -d -e DISCORD_TOKEN= -v "$PWD":/usr/src/app/ ghcr.io/insomniafi/insid-bot`
|
Reference in New Issue
Block a user