Merge pull request #17684 from sam-thibault/extensions-doc-fix

fix for advanced frontend extension example
This commit is contained in:
David Karlsson 2023-07-04 14:32:32 +02:00 committed by GitHub
commit ba7baaf319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ Now that you have configured the extension, you need to build the extension imag
install it.
```bash
docker build --tag= awesome-inc/my-extension:latest .
docker build --tag=awesome-inc/my-extension:latest .
```
This built an image tagged `awesome-inc/my-extension:latest`, you can run `docker inspect
@ -365,7 +365,7 @@ If your extension uses `localStorage` to store data, other extensions running in
Since you have modified the code of the extension, you must build again the extension.
```console
$ docker build --tag= awesome-inc/my-extension:latest .
$ docker build --tag=awesome-inc/my-extension:latest .
```
Once built, you need to update it.