mirror of https://github.com/docker/docs.git
Update get-started/nodejs/develop.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
f555a16653
commit
b923b23cda
|
@ -72,7 +72,7 @@ Now we can build our image.
|
|||
$ docker build --tag node-docker .
|
||||
```
|
||||
|
||||
Now let’s run our container. But this time we’ll need to set the CONNECTIONSTRING environment variable so our application knows what connection string to use to access the database. We’ll do this right in the docker run command.
|
||||
Now, let’s run our container. But this time we’ll need to set the `CONNECTIONSTRING` environment variable so our application knows what connection string to use to access the database. We’ll do this right in the `docker run` command.
|
||||
|
||||
```shell
|
||||
$ docker run \
|
||||
|
|
Loading…
Reference in New Issue