Skip to content

Commit 2c8b70c

Browse files
authored
Update Docker image and start command in README
1 parent e5ac6bc commit 2c8b70c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Once authenticated, users can create questions using a dedicated form within Bac
4040

4141
If you’d like to quickly see how this integration works without setting up your own Backstage instance, you can use my Docker image:
4242

43-
**`estoesmoises/stackoverflow-backstage-demo:latest`**
43+
**`stackoverflowdocker/stackoverflow-backstage-demo:latest`**
4444

4545
This image runs a Backstage instance pre-configured with the Stack Internal plugin. You just need to pass a few environment variables when starting the container to connect it to your Stack Internal instance.
4646

@@ -119,7 +119,7 @@ Follow these steps to install and run the plugin locally:
119119
6. To start the Backstage application, run:
120120

121121
```bash
122-
yarn dev
122+
yarn start
123123
124124
```
125125

0 commit comments

Comments
 (0)