Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonpoltorak authored Feb 24, 2024
1 parent 57e6f50 commit ecdd1af
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 @@ -25,13 +25,13 @@ We have to different ways to start application.
* If you want development environment run

```bash
* docker-compose -f docker-compose.dev.yml up --build
docker-compose -f docker-compose.dev.yml up --build
```

* If you want production environment run

```bash
* docker-compose -f docker-compose.prod.yml up --build
docker-compose -f docker-compose.prod.yml up --build
```

2. Using scripts. We provided linux shell scripts that are able to run application in development and production mode. Just pick the right one and run it.
Expand Down

0 comments on commit ecdd1af

Please sign in to comment.