]> Untitled Git - lemmy.git/blob - docs/src/contributing_docker_development.md
Updating code url references to https://github.com/LemmyNet/lemmy
[lemmy.git] / docs / src / contributing_docker_development.md
1 # Docker Development
2
3 ## Running
4
5 ```bash
6 git clone https://github.com/LemmyNet/lemmy
7 cd lemmy/docker/dev
8 ./docker_update.sh # This builds and runs it, updating for your changes
9 ```
10
11 and go to http://localhost:8536.
12
13 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).