1
0
telegram-action/Dockerfile
yamaks2306 e6671faf0b fix
2022-04-22 18:30:14 +03:00

5 lines
96 B
Docker

FROM python:3.10-slim
COPY . /
RUN python -m pip install requests
ENTRYPOINT ["/entrypoint.sh"]