From 4ddc4ed1dabad97cf00cca03c6a318a4b89cf434 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 2 Oct 2023 23:55:07 +0200 Subject: [PATCH] Install production --- hosting/single/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/single/Dockerfile b/hosting/single/Dockerfile index e9650f1320..f6c0f971ea 100644 --- a/hosting/single/Dockerfile +++ b/hosting/single/Dockerfile @@ -20,7 +20,7 @@ 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 && yarn cache clean +RUN yarn install --frozen-lockfile --production=true && yarn cache clean # copy the actual code COPY packages/server/dist packages/server/dist