mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #4996 from rajatpandit/patch-2
Update nodejs_web_app.rst
This commit is contained in:
commit
031e288075
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ https://github.com/gasi/docker-node-hello.
|
||||||
Create Node.js app
|
Create Node.js app
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
First, create a ``package.json`` file that describes your app and its
|
First, create a directory ``src`` where all the files would live. Then create a ``package.json`` file that describes your app and its
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
||||||
.. code-block:: json
|
.. code-block:: json
|
||||||
|
|
Loading…
Reference in a new issue