Skip to content

Commit

Permalink
moves npm fund after npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
vakenbolt committed Apr 30, 2020
1 parent 454e48e commit 181f1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ WORKDIR /home/dockeruser

ADD . .

RUN npm fund
RUN npm install
RUN npm fund
RUN npm run test

0 comments on commit 181f1b6

Please sign in to comment.