m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.98k stars 449 forks source link

request dockerfile #180

Closed herokuhint closed 2 years ago

herokuhint commented 2 years ago

Hi Miroslav, please make dockerfile at root of project for easily deploy on cloud containers. waiting for your commit/s. finest regards

m1k1o commented 2 years ago

Hello, we have multiple options for different browsers and programs, therefore it cannot be joined to only one Dockerfile.

Furthermore, this separation is done in two steps. First, we build base image that contains shared code for every image. On top of that is just added desired program such as browser.

For build instructions visit .docker folder.