Premier commit
This commit is contained in:
commit
c7310c1c60
4 changed files with 133 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM python:alpine
|
||||
|
||||
RUN apk add --no-cache gcc g++ make libffi-dev openssl-dev && \
|
||||
pip install python-telegram-bot requests block-io
|
||||
|
||||
COPY run.py /
|
||||
|
||||
CMD ["python", "run.py"]
|
Loading…
Add table
Add a link
Reference in a new issue