lemmy/docs/src/contributing_docker_development.md

14 lines
450 B
Markdown
Raw Normal View History

2020-02-06 16:26:11 +00:00
# Docker Development
## Running
```bash
git clone https://github.com/dessalines/lemmy
cd lemmy/docker/dev
./docker_update.sh # This builds and runs it, updating for your changes
```
and go to http://localhost:8536.
2020-02-06 16:26:11 +00:00
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).