Skip to content

Commit

Permalink
feat:v0.1 details on readme
Browse files Browse the repository at this point in the history
Signed-off-by: Micost <[email protected]>
  • Loading branch information
Micost committed Mar 18, 2024
1 parent d7a2c30 commit 7b7f075
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ This backend application is setup with `Docker`. Nevertheless, you can see the f

### For quick setup:

```shell
cp .env.example .env
chmod +x backend/entrypoint.sh
cd backend && mkdir coverage
docker-compose build
docker-compose up
```
```shell
cp .env.example .env
chmod +x backend/entrypoint.sh
cd backend && mkdir coverage
docker-compose build
docker-compose up
```

## Regular Setup

Expand Down

0 comments on commit 7b7f075

Please sign in to comment.