loyldg / mytelegram

MyTelegram is Telegram server side api implementation written in c#
Apache License 2.0
78 stars 31 forks source link

Where are the Dockerfiles? #9

Closed AliKhadivi closed 1 year ago

loyldg commented 1 year ago

If you want to use Docker to build MyTelegramServer, you can use https://github.com/loyldg/mytelegram/blob/dev/source/src/MyTelegram.MessengerServer.Abp/Dockerfile. If you want to run the docker image, you can follow this https://github.com/loyldg/mytelegram#run-mytelegram-server-with-docker

AliKhadivi commented 1 year ago

Thank you