Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 266 Bytes

File metadata and controls

12 lines (7 loc) · 266 Bytes

pyrogram-image

Container image for Pyrogram based on the Python container image

Run

To run your Pyrogram bot script, mount it to the container as follows:

docker run --rm --name bot -v `pwd`:/app ghcr.io/djnotes/pyrogram-image:latest your-script.py