aboutsummaryrefslogtreecommitdiff
path: root/simplebot/Containerfile
diff options
context:
space:
mode:
authorXander <xander@biltopia.org>2023-10-22 12:31:51 +0200
committerXander <xander@biltopia.org>2023-10-22 12:31:51 +0200
commit3ac0ecfec25617e5282f507de615c8ea5a29b69d (patch)
tree3c8539c026c5356947896cf751bfe576461f97ef /simplebot/Containerfile
parentccee0f7ca6dc2b2542b84922d855f51204033b8a (diff)
downloadplanetwars.dev-3ac0ecfec25617e5282f507de615c8ea5a29b69d.tar.xz
planetwars.dev-3ac0ecfec25617e5282f507de615c8ea5a29b69d.zip
Add containerfile and fix all issues
Diffstat (limited to 'simplebot/Containerfile')
-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