Update react-extension.md (#15207)

This commit is contained in:
Brenton Bostick 2022-07-25 11:37:41 -05:00 committed by GitHub
parent 8786d552d7
commit a34c66dc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ If you want to set up user authentication for the extension, see [Authentication
## Create a Dockerfile
Use the Dockerfile below as a template and change it accodingly to suit your needs.
Use the Dockerfile below as a template and change it accordingly to suit your needs.
```Dockerfile
FROM node:14.17-alpine3.13 AS client-builder