From 2b7ab67a713a9d9589d628b5c50e6bf57bb5e08e Mon Sep 17 00:00:00 2001 From: EpicOfficer <9379778+EpicOfficer@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:04:19 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f36aa0f..94ae416 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ For local development: For production: - docker-compose -f docker-compose.yml -f docker-compose.production.yml up --build + docker-compose -f docker-compose.yml -f docker-compose.production.yml up -d An `.env.example` file has been included in the repository. Rename or copy this file to `.env` and replace the sample values with your actual environment values to set up your environment. -Please note that the development Compose file references the Docker build images in the solution, while the production one uses the images from the GitHub Container Registry. \ No newline at end of file +Please note that the development Compose file references the Docker build images in the solution, while the production one uses the images from the GitHub Container Registry.