Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkeisar authored Aug 21, 2024
1 parent 745acc6 commit f07c585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f07c585

Please sign in to comment.