Explorar el Código

upgrade npm in dev container

Blake Blackshear hace 3 años
padre
commit
0bef16bb17
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      docker/Dockerfile.dev

+ 2 - 0
docker/Dockerfile.dev

@@ -22,3 +22,5 @@ RUN pip3 install pylint black
 # Install Node 14
 RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
     && apt-get install -y nodejs
+
+RUN npm install -g npm@latest