Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrff authored Jun 11, 2023
1 parent eb14b0c commit 8dffdb8
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 @@ -121,14 +121,14 @@ API:

```shell
docker build -t bugsearch-api:latest -f src/BugSearch.Api/Dockerfile .
docker run -d -p 80:80 -t bugsearch-api:latest
docker run -d -p 8080:80 -t bugsearch-api:latest
```

Crawler:

```shell
docker build -t bugsearch-crawler:latest -f src/BugSearch.Crawler/Dockerfile .
docker run -d -p 80:80 -t bugsearch-crawler:latest
docker run -d -p 8081:80 -t bugsearch-crawler:latest
```

MongoDB:
Expand Down

0 comments on commit 8dffdb8

Please sign in to comment.