aboutsummaryrefslogtreecommitdiff
path: root/simplebot
diff options
context:
space:
mode:
Diffstat (limited to 'simplebot')
-rw-r--r--simplebot/Containerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/simplebot/Containerfile b/simplebot/Containerfile
new file mode 100644
index 0000000..b2b755f
--- /dev/null
+++ b/simplebot/Containerfile
@@ -0,0 +1,4 @@
+FROM python:alpine
+WORKDIR /app
+COPY simplebot.py simplebot.py
+CMD python simplebot.py