mirror of https://github.com/docker/docs.git
Merge pull request #14128 from vuurball/patch-1
Updated develop.md - typo fix
This commit is contained in:
commit
0996fff158
|
@ -60,7 +60,7 @@ server.use( '/', mocks.server( server.Router(), false, false ) )
|
|||
server.start()
|
||||
```
|
||||
|
||||
We’ve add the `ronin-database` module and we updated the code to connect to the database and set the in-memory flag to false. We now need to rebuild our image so it contains our changes.
|
||||
We’ve added the `ronin-database` module and we updated the code to connect to the database and set the in-memory flag to false. We now need to rebuild our image so it contains our changes.
|
||||
|
||||
First let’s add the `ronin-database` module to our application using npm.
|
||||
|
||||
|
|
Loading…
Reference in New Issue