mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
.github/workflows | ||
cmd/bot | ||
internal | ||
migrations | ||
pkg/models | ||
.env.example | ||
.gitignore | ||
commands.md | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md |
nourybot
Near future abandoned project in development.
Docker:
Build:
docker build -t nourybot .
Testing:
docker run -it --rm nourybot
Run:
docker run -d --rm nourybot
Make:
Development:
make dev
Production:
make prod