diff options
Diffstat (limited to 'simplebot/Containerfile')
-rw-r--r-- | simplebot/Containerfile | 4 |
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 |