Fixed light client & added Docker config

This commit is contained in:
gltron
2020-03-26 14:35:10 +01:00
parent ea013cd6fd
commit 088f288ebf
26 changed files with 767 additions and 1921 deletions

3
buildAndRunLight.sh Executable file
View File

@@ -0,0 +1,3 @@
cd server
docker build -t thomsb/lilstreamy .
docker run -p 8000:8002 -d thomsb/lilstreamy