summaryrefslogtreecommitdiffstats
path: root/docs/src/contributing_docker_development.md
blob: 092398219ba34ac29d6755bdb7fad4dd42c4f183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Docker Development

## Running

```bash
git clone https://github.com/LemmyNet/lemmy
cd lemmy/docker/dev
./docker_update.sh # This builds and runs it, updating for your changes
```

and go to http://localhost:8536.

Note that compile times when changing `Cargo.toml` are relatively long with Docker, because builds can't be incrementally cached. If this is a problem for you, you should use [Local Development](contributing_local_development.md).