1
0
mirror of https://github.com/insomniafi/insomniaid-bot.git synced 2026-04-15 00:13:29 +00:00
github-actions[bot] 7f991bf066 Merge pull request #41 from insomniafi/dependabot/npm_and_yarn/develop/discord.js-14.26.3
Bump discord.js from 14.26.2 to 14.26.3
2026-04-14 18:34:52 +00:00
2024-11-01 01:27:30 +02:00
2026-01-05 02:18:14 +02:00
2024-11-01 04:01:28 +02:00
2024-11-01 01:55:03 +02:00
2024-11-01 04:01:52 +02:00
2026-01-05 02:18:14 +02:00
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

Description
No description provided
Readme MIT 342 KiB
Languages
TypeScript 73.4%
Dockerfile 26.6%