From 703dd8436f7e63e33a6f92803f2d0b79b29c9639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Dietrich?= Date: Wed, 18 Oct 2023 08:59:54 +0200 Subject: [PATCH] docs: changed docker file to crosslab --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a3b03d..093fcb7 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ With modular architecture anything is possible. A whiteboard, a discussion forum Start using Docker: ``` -docker run -p 8000:8000 edrys/edrys +docker run -p 8000:8000 crosslab/edrys:latest ``` Alternatively, you can clone this repo and run using [Deno](https://deno.land/):