Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,17 @@ To run it:
```
podman run --publish 2051:2051 --interactive matrix2051
```

Alternatively, with docker to build it:

```
cd /path/to/matrix2051
cp dist/Containerfile Dockerfile
docker build -t matrix2051 .
```

To run it:

```
docker run -p 2051:2051 -it matrix2051
```