Go to file
2024-11-01 04:26:29 +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 logger function 2024-11-01 03:25:52 +02:00
.dockerignore Add .dockerignore file 2024-11-01 04:01:28 +02:00
.gitignore Add build directory to .gitignore 2024-11-01 01:55:03 +02:00
Dockerfile Fix labels in Dockerfile 2024-11-01 04:01:52 +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 Fix to use labels instead of upstream annotations in build image command 2024-11-01 04:26:29 +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 . --format docker --no-cache

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