Docker
This commit is contained in:
parent
6557bc9f77
commit
2bd87f6403
1 changed files with 7 additions and 0 deletions
7
dockerfile
Normal file
7
dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
from python
|
||||
run pip install --upgrade pip
|
||||
run pip install simplematrixbotlib nio
|
||||
copy main.py main.py
|
||||
copy data.json data.json
|
||||
copy commands.py commands.py
|
||||
cmd ["python","./main.py"]
|
Loading…
Reference in a new issue