We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50836d2 commit c6ede50Copy full SHA for c6ede50
README.md
@@ -52,7 +52,7 @@ docker build -t TrekReturns .
52
```
53
then run the container (the image exposes port 8900)
54
```shell
55
-docker run --rm -p 8080:8900 TrekReturns .
+docker run --rm -p 8080:8900 TrekReturns
56
57
Now you can reach it from your web browser on port `8080`
58
0 commit comments