diff --git a/README.md b/README.md index 61c7989e..8878ab70 100644 --- a/README.md +++ b/README.md @@ -140,9 +140,9 @@ The project is structured in the following way: You can build the docker images by running the following nx command: - ```sh - npx nx run-many -t docker-build - ``` +```sh +npx nx run-many -t docker-build +``` - This command will automatically build the dependencies and the backend and frontend images. diff --git a/apps/docs/docusaurus.config.js b/apps/docs/docusaurus.config.js index e73b8587..346f4f58 100644 --- a/apps/docs/docusaurus.config.js +++ b/apps/docs/docusaurus.config.js @@ -82,4 +82,3 @@ const config = { }; module.exports = config; -