From f07c585592c82f1696ad9c44ab49613bbd2290b4 Mon Sep 17 00:00:00 2001 From: oz keisar <34401842+ozkeisar@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:18:59 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a926e7e..58622eb 100644 --- a/README.md +++ b/README.md @@ -96,13 +96,13 @@ To apply a preset: 1. Select the desired preset from the list. 2. Apply the preset to update all active responses. -## Using Docker +## creating Docker image -Folder contains scripts to run the project as a standalone server. +Docker folder contains scripts to run the project as a standalone server. -npm run build:backend to build teh JS files required for the standalone server. +`npm run build:backend` to build teh JS files required for the standalone server. -Then use docker build . -t mockingbird to create the image. +Then use `docker build . -t {username}/mockingbird` to create the image. ## Licensing