This website requires JavaScript.
Explore
Schulwebsite
Help
Sign In
actions
/
telegram-action
Watch
1
Star
0
Fork
0
You've already forked telegram-action
Code
3ee1f1b8b4
telegram-action
/
Dockerfile
5 lines
96 B
Docker
Raw
Normal View
History
Unescape
Escape
first version
2022-04-22 17:28:20 +03:00
FROM
python:3.10-slim
fix
2022-04-22 18:30:14 +03:00
COPY
. /
first version
2022-04-22 17:28:20 +03:00
RUN
python -m pip install requests
fix
2022-04-22 18:30:14 +03:00
ENTRYPOINT
[
"/entrypoint.sh"
]
Copy Permalink