Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicOfficer authored Apr 15, 2024
1 parent e679226 commit 2b7ab67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 2b7ab67

Please sign in to comment.