Update get-started/nodejs/develop.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Stefan Scherer 2020-12-18 17:27:23 +01:00 committed by GitHub
parent f555a16653
commit b923b23cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Now we can build our image.
$ docker build --tag node-docker .
```
Now lets run our container. But this time well need to set the CONNECTIONSTRING environment variable so our application knows what connection string to use to access the database. Well do this right in the docker run command.
Now, lets run our container. But this time well need to set the `CONNECTIONSTRING` environment variable so our application knows what connection string to use to access the database. Well do this right in the `docker run` command.
```shell
$ docker run \