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.