From fd5276565130c2613ed6bba5bbc9be708cc73674 Mon Sep 17 00:00:00 2001 From: joeitu <60817856+joeitu@users.noreply.github.com> Date: Tue, 31 Aug 2021 12:40:59 +0200 Subject: [PATCH] Docker install easier to copy-past and clearer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40972ced7..aeee635ec 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ npm start -- # add parameters if needed ### 📦 Running via Docker Docker allows you to run the server without having Node.js installed: ```shell +git clone https://github.com/solid/community-server.git +cd community-server # Build the Docker image docker build --rm -f Dockerfile -t css:latest . # Run the image, serving your `~/Solid` directory on `http://localhost:3000`