mirror-nourybot/README.md

15 lines
263 B
Markdown
Raw Normal View History

2021-10-14 21:42:14 +02:00
# nourybot
2021-10-25 19:27:52 +02:00
Near future abandoned project in development.
2021-10-25 20:32:43 +02:00
### Docker:
2021-10-25 19:40:57 +02:00
Build:
2021-10-25 20:32:43 +02:00
docker build -t nourybot .
2021-10-25 19:40:57 +02:00
Testing:
2021-10-25 20:32:43 +02:00
docker run -it --rm nourybot
2021-10-25 19:40:57 +02:00
Run:
2021-10-25 20:32:43 +02:00
docker run -d --rm nourybot
### Make:
For build and run:
make xd