mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
@@ -1,4 +1,4 @@
|
|||||||
FROM node:10-alpine
|
FROM node:14-alpine
|
||||||
|
|
||||||
RUN apk update && apk add git curl
|
RUN apk update && apk add git curl
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* [SSH](https://docs.gitlab.com/ee/ssh/README.html)
|
* [SSH](https://docs.gitlab.com/ee/ssh/README.html)
|
||||||
* [Git](https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html)
|
* [Git](https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html)
|
||||||
* [Docker](https://docs.gitlab.com/ee/user/project/container_registry.html) & Docker-Compose
|
* [Docker](https://docs.gitlab.com/ee/user/project/container_registry.html) & Docker-Compose
|
||||||
* Node.js & NPM - be sure to install the "Dubnium" (10.x) LTS version, might need a [PPA](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions) or use NVM
|
* Node.js & NPM - be sure to install the "Fermium" (14.x) LTS version, might need a [PPA](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions) or use NVM
|
||||||
* [NVM](https://github.com/creationix/nvm#installation) - if you want to use multiple different versions of node
|
* [NVM](https://github.com/creationix/nvm#installation) - if you want to use multiple different versions of node
|
||||||
|
|
||||||
Example for Debian based distributions:
|
Example for Debian based distributions:
|
||||||
|
|||||||
Reference in New Issue
Block a user