Go to file
2024-11-01 02:10:08 +02:00
.github Initial Commit 2024-11-01 01:27:30 +02:00
.vscode Initial Commit 2024-11-01 01:27:30 +02:00
src Add Bot status to console 2024-11-01 02:10:08 +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-lock.json Dependencies Update 2024-11-01 01:55:48 +02:00
package.json Initial Commit 2024-11-01 01:27:30 +02:00
README.md Documentation Update: Add missing volume in DEV container 2024-11-01 02:07:34 +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

Run Container (Dev Mode)

podman run --rm --name insid-bot -it -e DISCORD_TOKEN= -v "$PWD":/usr/src/app/ ghcr.io/insomniafi/insid-bot npm run start:dev

Update Dependencies

podman run --rm --name insid-bot -it -e DISCORD_TOKEN= -v "$PWD":/usr/src/app/ ghcr.io/insomniafi/insid-bot npm update