Skip to content

Commit

Permalink
update dockerfile refs to uselagoon namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Bellwood authored Apr 9, 2021
1 parent f26b572 commit b686a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docker-images/nodejs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Node.js

The [Lagoon `node` Docker image](https://github.com/amazeeio/lagoon/blob/main/images/node/Dockerfile). Based on [the official PHP Alpine images](https://hub.docker.com/_/php/).
The [Lagoon `node` Docker image](https://github.com/uselagoon/lagoon-images/tree/main/images/node). Based on [the official PHP Alpine images](https://hub.docker.com/_/php/).

## Supported Versions

Expand All @@ -15,7 +15,7 @@ We stop updating EOL Node.js images usually with the Lagoon release that comes a
## Lagoon adaptions
We ship 2 versions of Node.js images: the normal `node:version` image and the `node:version-builder`.

The builder variant of those images comes with additional tooling that is needed when you run Node.js builds. For a full list check out the [Dockerfile](https://github.com/amazeeio/lagoon/blob/main/images/node/builder/Dockerfile).
The builder variant of those images comes with additional tooling that is needed when you run Node.js builds. For a full list check out the [Dockerfile](https://github.com/uselagoon/lagoon-images/tree/main/images/node-builder).

The default exposed port of node containers is port `3000`.

Expand Down

0 comments on commit b686a70

Please sign in to comment.