Add a small docker setup to run the server

pull/14/merge
Vasile Popescu 6 years ago
parent 906f225899
commit 4e34ba846f

@ -0,0 +1,5 @@
FROM ubuntu:16.04
EXPOSE 6543 8010
CMD /data/tty_server --sender_address :6543 --web_address localhost:8010 -url https://tty-share.elisescu.com

@ -0,0 +1 @@
docker run -v /data/tty_server:/data/ -p 6543:6543 -p 8010:8010 --restart unless-stopped -d --name tty_server tty_server
Loading…
Cancel
Save