docs: add port to url

This commit is contained in:
Himanshu Mishra
2021-01-12 17:46:24 +01:00
committed by GitHub
parent fb1b2f6079
commit 7712795f9b
+1 -1
View File
@@ -16,7 +16,7 @@ $ yarn docker-build
$ docker run --rm -it -p 7000:7000 -e APP_ENV=production -e NODE_ENV=development example-backend:latest
```
Then open http://localhost/ on your browser.
Then open http://localhost:7000 on your browser.
## Heroku