mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2025-09-04 00:13:22 +00:00
97a67a971c59da89f74dbbf7e217507e97f0c32d
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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
Languages
TypeScript
73.4%
Dockerfile
26.6%