mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2024-11-23 16:01:31 +00:00
1387657966
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> |
||
---|---|---|
.github | ||
.vscode | ||
src | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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