diff --git a/Dockerfile b/Dockerfile index b3623a5..de918a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,6 @@ RUN bash /apply_patches.sh # Build RUN npm ci -RUN npm audit fix || true # Switch to the web apps folder WORKDIR /vault/apps/web diff --git a/scripts/build_web_vault.sh b/scripts/build_web_vault.sh index 0eb63e9..4177eb0 100755 --- a/scripts/build_web_vault.sh +++ b/scripts/build_web_vault.sh @@ -20,7 +20,6 @@ npm --version # Build pushd "${VAULT_FOLDER}" npm ci -npm audit fix || true pushd apps/web npm run dist:oss:selfhost