Skip to content

djnotes/pyrogram-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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