flutter-webrtc/flutter-webrtc-server

Add docker file example to easily deploy to the cloud

hmbenhaim opened this issue · 2 comments

Hi first of all thank you for your hard work on this project.
I wander if you have any docker file that you can include in this project with all the depends and everything needs to deploy this server to the cloud because it's really hard to get Intu this code and write the docker file
Thank you

This is a good idea, I think it will not be too difficult because this repo has only one main.go and a few necessary ports to be exposed.

I wrote this dockerfile for my production use case.
#91