From 3ac0ecfec25617e5282f507de615c8ea5a29b69d Mon Sep 17 00:00:00 2001 From: Xander Date: Sun, 22 Oct 2023 12:31:51 +0200 Subject: Add containerfile and fix all issues --- simplebot/Containerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 simplebot/Containerfile (limited to 'simplebot') 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 -- cgit v1.2.3