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 \