mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
add docker instructions
This commit is contained in:
parent
e2f21a4e64
commit
3c28f6f453
1 changed files with 6 additions and 2 deletions
|
@ -3,5 +3,9 @@
|
|||
Near future abandoned project in development.
|
||||
|
||||
## Docker
|
||||
docker build -t nourybot .
|
||||
docker run -it --rm nourybot
|
||||
Build:
|
||||
docker build -t nourybot .
|
||||
Testing:
|
||||
docker run -it --rm nourybot
|
||||
Run:
|
||||
docker run -d --rm nourybot
|
||||
|
|
Loading…
Reference in a new issue