mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 20:31:17 +00:00
15 lines
185 B
Markdown
15 lines
185 B
Markdown
# JoinLemmy-site
|
|
|
|
## Requirements
|
|
|
|
- Docker
|
|
|
|
## Running
|
|
|
|
```
|
|
docker build . -t joinlemmy-site
|
|
docker run -p 3000:1234 joinlemmy-site
|
|
```
|
|
|
|
and goto http://localhost:3000
|
|
|