From 2bd87f64030103cb2792c51c5da9b84e9d8c7889 Mon Sep 17 00:00:00 2001 From: Gabriel Wilson Date: Sat, 26 Mar 2022 11:50:11 -0400 Subject: [PATCH] Docker --- dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dockerfile 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