Go to file
dependabot[bot] 061238cdb9
Bump typescript from 5.7.2 to 5.7.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-09 19:01:00 +00:00
.github Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 2024-12-16 18:36:11 +00:00
.vscode Initial Commit 2024-11-01 01:27:30 +02:00
src Update copyright year 2025-01-01 17:49:25 +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 Update year to LICENSE.md 2025-01-01 17:48:53 +02:00
package-lock.json Bump typescript from 5.7.2 to 5.7.3 2025-01-09 19:01:00 +00:00
package.json Bump typescript from 5.7.2 to 5.7.3 2025-01-09 19:01:00 +00: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