mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2025-09-05 08:53:23 +00:00
ca89b5b439fcda5710de4eeccdb96ca65717d1ac
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... 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%