snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit c07ddd52c6a1030f5caf7f3ac4c17da9dc8b32bb
parent d17180a735356a5a8067e2e1b2de4fe43dabc50e
Author: RobinLinus <RobinLinus@users.noreply.github.com>
Date:   Tue, 29 Dec 2020 23:30:57 +0100

Update local-dev.md
Diffstat:
Mdocs/local-dev.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/local-dev.md b/docs/local-dev.md @@ -13,7 +13,7 @@ Now point your browser to `http://localhost:8080`. - To restart the containers run `docker-compose restart`. - To stop the containers run `docker-compose stop`. -- To display the nodejs logs for debugging run `docker logs snapdrop_node_1`. +- To debug the NodeJS server run `docker logs snapdrop_node_1`.