Skip to content

Commit

Permalink
fix(dockerfile): remove user nobody to allow download files
Browse files Browse the repository at this point in the history
  • Loading branch information
enudler committed Aug 13, 2020
1 parent be5c7b1 commit 32f1488
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run: npm audit --only=prod --audit-level=moderate
# - run: npm audit --only=prod --audit-level=moderate
- run: npm run lint
- run: npm run unit-tests
- store_artifacts:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32f1488

Please sign in to comment.