From f50c9219d9f85c9484833ad43c378152a9459a0b Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 5 Oct 2016 16:14:47 -0400 Subject: [PATCH] Changed dockerfile to install npm packages globally --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9dc273e4..89b5dc6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN curl --silent --location https://deb.nodesource.com/setup_6.x | bash - RUN apt-get install -y nodejs WORKDIR /webodm/nodeodm/external/node-OpenDroneMap -RUN npm install +RUN npm install -g WORKDIR /webodm