Go to file
2024-11-01 01:55:03 +02:00
.github Initial Commit 2024-11-01 01:27:30 +02:00
.vscode Initial Commit 2024-11-01 01:27:30 +02:00
.gitignore Add build directory to .gitignore 2024-11-01 01:55:03 +02:00
Dockerfile Initial Commit 2024-11-01 01:27:30 +02:00
LICENSE Initial Commit 2024-11-01 01:27:30 +02:00
package.json Initial Commit 2024-11-01 01:27:30 +02:00
README.md Initial Commit 2024-11-01 01:27:30 +02:00
tsconfig.json Initial Commit 2024-11-01 01:27:30 +02:00

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