We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e67f8 commit d35bc3dCopy full SHA for d35bc3d
docs/Dockerfile
@@ -5,10 +5,9 @@ RUN apt-get update
5
6
# Install NodeJS
7
# --------------
8
-RUN curl -fsSL https://deb.nodesource.com/nsolid_setup_deb.sh
9
-RUN chmod 500 nsolid_setup_deb.sh
10
-RUN ./nsolid_setup_deb.sh 20
11
-RUN apt-get install nodejs -y
+RUN curl -fsSL https://deb.nodesource.com/setup_23.x -o nodesource_setup.sh
+RUN bash nodesource_setup.sh
+RUN apt-get install -y nodejs
12
13
# Create/Activate Python Venv
14
# ---------------------------
0 commit comments