5 lines
87 B
Text
5 lines
87 B
Text
|
FROM python:alpine
|
||
|
WORKDIR /app
|
||
|
COPY simplebot.py simplebot.py
|
||
|
CMD python simplebot.py
|