From 0d497fdb9273d84dda1b08f761768ad3d77dc560 Mon Sep 17 00:00:00 2001 From: Mark Wylde <129744061+markwylde-deriv@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:51:13 +0100 Subject: [PATCH] feat: update docs for registry docker --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f8d68e9a4e95..62203ca3df74 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,10 @@ Before running or contribute to this project, you need to have the setup of the You can run a development environment inside a docker container: +``` +docker run -p 8443:8443 ghcr.io/binary-com/deriv-app:master +``` + ### Build the image: ```