mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2024-12-22 04:13:50 +00:00
c21fbef967
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production 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