Go to file
dependabot[bot] 1387657966
Bump typescript from 5.6.3 to 5.7.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.
- [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.6.3...v5.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-22 18:53:04 +00:00
.github Initial Commit 2024-11-01 01:27:30 +02:00
.vscode Initial Commit 2024-11-01 01:27:30 +02:00
src Add logger function 2024-11-01 03:25:52 +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 Initial Commit 2024-11-01 01:27:30 +02:00
package-lock.json Bump typescript from 5.6.3 to 5.7.2 2024-11-22 18:53:04 +00:00
package.json Bump typescript from 5.6.3 to 5.7.2 2024-11-22 18:53:04 +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