Skip to content

Commit

Permalink
Update README.md (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushborkar14 authored Oct 3, 2023
1 parent b049daf commit e76d411
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,13 +37,13 @@ application into `secret.env`.
Start the database in daemon mode:

```
docker-compose up -d db
docker compose up -d db
```

Start the web service:

```
docker-compose up --build web
docker compose up --build web
```

Install frontend assets:
Expand Down

0 comments on commit e76d411

Please sign in to comment.