From 125531561173564f550b54cdbb7d4709b102cf99 Mon Sep 17 00:00:00 2001 From: JChris246 Date: Sat, 15 Mar 2025 19:00:46 -0400 Subject: [PATCH] fix: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9fbace..4382459 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ npm install ## Docker 🐋 -Should you choose to run as a docker container, the docker compose in the root of the project can be used run start the service with the command docker-compose up -d. With the first run, the image will be built using the Dockerfile also found in the root of the project. If you need to rebuild the image after the first run of docker compose, the image can be built with the docker build . command from the root of the project. +Should you choose to run as a docker container, the docker compose in the root of the project can be used, to start the app with the command `docker-compose up -d`. With the first run, the docker image will be built using the Dockerfile also found in the root of the project. If you need to rebuild the image after the first run of docker compose, the image can be built with the `docker build .` (or `docker-compose up --build -d`) command from the root of the project. *Note: Only the features available in the app UI are available while running the docker container.*