diff --git a/spiffworkflow-frontend/Dockerfile b/spiffworkflow-frontend/Dockerfile index f6d1df818..f7c6ac809 100644 --- a/spiffworkflow-frontend/Dockerfile +++ b/spiffworkflow-frontend/Dockerfile @@ -13,6 +13,7 @@ ENV NODE_OPTIONS=--max_old_space_size=2048 # --ignore-scripts because authors can do bad things in postinstall scripts. # https://cheatsheetseries.owasp.org/cheatsheets/NPM_Security_Cheat_Sheet.html # npx can-i-ignore-scripts can check that it's safe to ignore scripts. -RUN npm ci --ignore-scripts && npm run build +RUN npm ci --ignore-scripts +RUN npm run build ENTRYPOINT ["/app/bin/boot_server_in_docker"]