Skip to content

Commit

Permalink
Merge pull request #40 from bankierubybank/revise-readme
Browse files Browse the repository at this point in the history
Docs: Revise docker run command
  • Loading branch information
rohitbaryha1 authored Sep 20, 2023
2 parents 38eab02 + 006e3ea commit 8eadfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ docker build -t iwa -f Dockerfile.win .
This image can then be executed using the following commands:

```
docker run -d -p 8888:8888 iwa
docker run -d -p 8888:8080 iwa
```

## Using the Application
Expand Down

0 comments on commit 8eadfd5

Please sign in to comment.