From 1d8912f60d5abae75fc9fd00ed3848d2b6b00fd3 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 28 Sep 2021 18:04:52 -0700 Subject: [PATCH] Slight update to docker container --- production/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker/Dockerfile b/production/docker/Dockerfile index a83058e..f3da363 100644 --- a/production/docker/Dockerfile +++ b/production/docker/Dockerfile @@ -40,7 +40,7 @@ WORKDIR /home/safeuser/ipfs-service-provider # Install dependencies #RUN mkdir .ipfsdata -RUN npm install -g @mapbox/node-pre-gyp +#RUN npm install -g @mapbox/node-pre-gyp RUN npm install # Generate the API docs