Skip to content
Snippets Groups Projects
Commit de38b39e authored by Jukka Veijanen's avatar Jukka Veijanen
Browse files

Remove -g parameter to able to run as nodeuser

parent cd4d1be7
No related branches found
No related tags found
1 merge request!13Remove -g parameter to able to run as nodeuser
...@@ -18,7 +18,7 @@ RUN npm install ...@@ -18,7 +18,7 @@ RUN npm install
# RUN npm ci --only=production # RUN npm ci --only=production
# Check vulnerabilities # Check vulnerabilities
RUN npm install -g npm-audit-html RUN npm install npm-audit-html
RUN npm audit --json | npm-audit-html --output report.html RUN npm audit --json | npm-audit-html --output report.html
# Bundle app source # Bundle app source
......
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