Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 438 Bytes

pwrtelegram-docker

Ensure you have setup Docker correctly

###Dockerizing

$ git clone https://github.com/kamikazechaser/pwrtelegram-docker.git

$ cd pwrtelegram-docker

$ sudo docker build -t pwrtelegram .

$ sudo docker run -it pwrtelegram /install.sh docker configure

###Note

Since there are no explicit instructions of how to exactly run the api post-install, modify the contents in the Dockerfile as commented.