Remove npm install from docker file. Use only in setup file

This commit is contained in:
Vadim Prishlyak 2019-07-11 00:26:31 +03:00
parent 37cc402a7d
commit 1da25858a9
1 changed files with 0 additions and 2 deletions

View File

@ -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 \