]> Untitled Git - lemmy.git/blob - docs/src/contributing_docker_development.md
Merge branch 'mdbook' of https://yerbamate.dev/Nutomic/lemmy into Nutomic-mdbook
[lemmy.git] / docs / src / contributing_docker_development.md
1 Run:
2
3 ```bash
4 git clone https://github.com/dessalines/lemmy
5 cd lemmy/docker/dev
6 ./docker_update.sh # This builds and runs it, updating for your changes
7 ```
8
9 and go to http://localhost:8536.
10
11 Note that compile times are relatively long with Docker, because builds can't be properly cached. If this is a problem for you, you should use [Local Development](contributing_local_development.md).