From 1da25858a99a6e4a36c9020262d21309b4d8dd1d Mon Sep 17 00:00:00 2001 From: Vadim Prishlyak Date: Thu, 11 Jul 2019 00:26:31 +0300 Subject: [PATCH] Remove npm install from docker file. Use only in setup file --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 510d9f2..d75b614 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,6 @@ WORKDIR /adapt_authoring RUN npm install --production -RUN npm install - ## Currently have to run this within container so we can link to running mongodb container... ## docker run -it -P --link adaptdb --name adapt adaptframework bash #RUN node install --install Y --serverPort 5000 --serverName localhost --dbHost adaptdb \