mirror of https://github.com/docker/docs.git
remove nodejs doc reference in get-started (#18572)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
c72214f10e
commit
3e90348a7e
|
@ -95,9 +95,6 @@ dependencies if there was a change to the `package.json`.
|
|||
[here](../build/building/context.md#dockerignore-files).
|
||||
In this case, the `node_modules` folder should be omitted in the second `COPY` step because otherwise,
|
||||
it would possibly overwrite files which were created by the command in the `RUN` step.
|
||||
For further details on why this is recommended for Node.js applications and other best practices,
|
||||
have a look at their guide on
|
||||
[Dockerizing a Node.js web app](https://nodejs.org/en/docs/guides/nodejs-docker-webapp/).
|
||||
|
||||
3. Build a new image using `docker build`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue