Merge pull request #4034 from backstage/orkohunter/docs-add-port-to-url

docs: Add port to localhost url in deployment document
This commit is contained in:
Fredrik Adelöw
2021-01-12 18:19:48 +01:00
committed by GitHub
+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