Skip to content

Commit

Permalink
Do not npm audit during docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Sep 24, 2019
1 parent ad87de6 commit 28b76e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN apk add --no-cache bash git jq ca-certificates
COPY package.json package-lock.json ./
RUN npm install --no-save . && \
ln -s $(npm bin)/eclint /usr/local/bin && \
npm audit && \
echo "eclint version: $(eclint --version)"

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 28b76e7

Please sign in to comment.