Skip to content
Snippets Groups Projects
Commit 63146766 authored by Nate Brune's avatar Nate Brune
Browse files

Add nsp into docker file

parent 80cbb606
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,12 @@ FROM node:7.5 ...@@ -3,11 +3,12 @@ FROM node:7.5
# yarn > npm # yarn > npm
#RUN npm install --global yarn #RUN npm install --global yarn
RUN npm install -g yarn RUN npm install -g yarn nsp
WORKDIR /var/app WORKDIR /var/app
RUN mkdir -p /var/app RUN mkdir -p /var/app
ADD package.json /var/app/package.json ADD package.json /var/app/package.json
RUN nsp check --output none
RUN yarn RUN yarn
COPY . /var/app COPY . /var/app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment