RblSb / SyncTube

Synchronized video viewing with chat and other features (one-channel web service)
MIT License
247 stars 52 forks source link

[OLD] Add simple dockerfile #15

Closed llndqvst closed 3 years ago

llndqvst commented 3 years ago

This just adds a really simple Dockerfile for those who wants to deploy SyncTube on docker.

Test by running docker build -t localhost/synctube . and docker run --rm -it -p 4200:4200 localhost/synctube

llndqvst commented 3 years ago

Didn't see that there already exists a pull request for adding a Dockerfile

11