Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ghayyad authored Feb 2, 2024
1 parent 8f49354 commit 61c9b4e
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 @@ -44,12 +44,12 @@ Please follow the instructions below:
2- Build a docker image

```bash
docker build -t hidiagdockerimage
docker build -t hidiagdockerimage .
```
3- Build and run a docker container from the previously built docker image.

```bash
docker container run -p 80 -d --name hidiagcontainername hidiagdockerimage
docker container run -p 80 -d --name hidiagcontainername hidiagdockerimage .
```

Now visit localhost
Expand Down

0 comments on commit 61c9b4e

Please sign in to comment.