summaryrefslogtreecommitdiffstats
path: root/docs/src/contributing_docker_development.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/contributing_docker_development.md')
-rw-r--r--docs/src/contributing_docker_development.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/src/contributing_docker_development.md b/docs/src/contributing_docker_development.md
new file mode 100644
index 00000000..0ed5bde5
--- /dev/null
+++ b/docs/src/contributing_docker_development.md
@@ -0,0 +1,11 @@
+Run:
+
+```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.
+
+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). \ No newline at end of file