diff --git a/dockerfile b/dockerfile new file mode 100644 index 0000000..8bfc387 --- /dev/null +++ b/dockerfile @@ -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"] \ No newline at end of file