planetwars.dev/simplebot/Containerfile

4 lines
87 B
Docker

FROM python:alpine
WORKDIR /app
COPY simplebot.py simplebot.py
CMD python simplebot.py