From e12d1cd480a14f3b2e19cf54997a528856c27085 Mon Sep 17 00:00:00 2001 From: katspaugh Date: Fri, 27 Oct 2023 15:29:06 +0200 Subject: [PATCH] Chore: after-install in Docker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c7005e98b4..82391964d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ COPY . . # install deps RUN yarn install --frozen-lockfile +RUN yarn after-install ENV NODE_ENV production