From eb84bbc472565a6cf34cc59b35d2601da65df4b4 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Tue, 3 Oct 2023 00:09:51 +0200 Subject: [PATCH] Remove husky reference --- hosting/single/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosting/single/Dockerfile b/hosting/single/Dockerfile index f6c0f971ea..d405e8a0af 100644 --- a/hosting/single/Dockerfile +++ b/hosting/single/Dockerfile @@ -20,7 +20,8 @@ RUN ./scripts/removeWorkspaceDependencies.sh packages/worker/package.json # We will never want to sync pro, but the script is still required RUN echo '' > scripts/syncProPackage.js -RUN yarn install --frozen-lockfile --production=true && yarn cache clean +RUN jq 'del(.scripts.postinstall)' package.json > temp.json && mv temp.json package.json +RUN yarn install --production && yarn cache clean # copy the actual code COPY packages/server/dist packages/server/dist