diff --git a/client/Dockerfile b/client/Dockerfile index 20cddf865b..0d2dcb2de6 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -12,7 +12,7 @@ RUN npm install # Check linting RUN npm run lint -RUN npm audit +RUN npm audit --audit-level=moderate # Build assets RUN NODE_ENV=production npm run build