diff --git a/Dockerfile b/Dockerfile index 3546953..714c77f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | b && . $NVM_DIR/nvm.sh \ && nvm install $NODE_VERSION \ && nvm use $NODE_VERSION + && npm install -g npm@latest # Remove the default stuff from the filesystem RUN rm -rf /usr/share/nginx/html/*