mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
448 B
Vendored
448 B
Vendored
Docker Development
Running
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.