github-actions[bot] ce2d640520
Some checks failed
Docker Build / Docker Build (push) Has been cancelled
TypeScript Build / TypeScript Build (push) Has been cancelled
Merge pull request #2 from insomniafi/dependabot/github_actions/develop/docker/setup-buildx-action-3.8.0
Bump docker/setup-buildx-action from 3.7.1 to 3.8.0
2024-12-16 18:36:23 +00:00
2024-11-01 01:27:30 +02:00
2024-11-01 03:25:52 +02:00
2024-11-01 04:01:28 +02:00
2024-11-01 01:55:03 +02:00
2024-11-01 04:01:52 +02:00
2024-11-01 01:27:30 +02:00
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

Description
No description provided
Readme 112 KiB
Languages
TypeScript 73.4%
Dockerfile 26.6%