Explorar o código

upgrade npm in dev container

Blake Blackshear %!s(int64=3) %!d(string=hai) anos
pai
achega
0bef16bb17
Modificáronse 1 ficheiros con 2 adicións e 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