mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
Docker install easier to copy-past and clearer
This commit is contained in:
parent
f34e124e1b
commit
fd52765651
@ -71,6 +71,8 @@ npm start -- # add parameters if needed
|
|||||||
### 📦 Running via Docker
|
### 📦 Running via Docker
|
||||||
Docker allows you to run the server without having Node.js installed:
|
Docker allows you to run the server without having Node.js installed:
|
||||||
```shell
|
```shell
|
||||||
|
git clone https://github.com/solid/community-server.git
|
||||||
|
cd community-server
|
||||||
# Build the Docker image
|
# Build the Docker image
|
||||||
docker build --rm -f Dockerfile -t css:latest .
|
docker build --rm -f Dockerfile -t css:latest .
|
||||||
# Run the image, serving your `~/Solid` directory on `http://localhost:3000`
|
# Run the image, serving your `~/Solid` directory on `http://localhost:3000`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user