mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2025-12-02 09:53:43 +00:00
73dda7f770519d26dc979bdae024d0bfb60c5aa1
Bumps [rimraf](https://github.com/isaacs/rimraf) from 6.1.0 to 6.1.2. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v6.1.0...v6.1.2) --- updated-dependencies: - dependency-name: rimraf dependency-version: 6.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... 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%