diff --git a/Dockerfile b/Dockerfile
index 6f62dd3e090f5c240a376bec9edc8af174f9e655..178dee28990745c0b650c826d313062d6564d998 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ RUN npm install
 # RUN npm ci --only=production
 
 # 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
 
 # Bundle app source