Skip to content

Commit

Permalink
Updated main README
Browse files Browse the repository at this point in the history
Signed-off-by: EkaterinaIvanishcheva <140404900+EkaterinaIvanishcheva@users.noreply.github.com>
  • Loading branch information
EkaterinaIvanishcheva committed Jul 13, 2024
1 parent 4747b4b commit aa2dd29
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ To run the code using docker, use the following commands in the `src` folder:

```
sudo docker compose --profile complete build
sudo docker compose --profile <company|taxadvisor|bank> up
sudo docker compose --profile complete up
```

To start only selected profiles, use:

```
sudo docker compose --profile complete up
```
````
sudo docker compose --profile <company|taxadvisor|bank> up
````

<br>

Expand Down

0 comments on commit aa2dd29

Please sign in to comment.