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 58a78ff commit 4f31dbfCopy full SHA for 4f31dbf
docs/Dockerfile
@@ -6,6 +6,7 @@ WORKDIR /app/
6
# --------------
7
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
8
RUN apt-get install -yq nodejs build-essential
9
+RUN npm install -g npm@latest
10
11
# Upgrad PIP
12
# ----------
0 commit comments