From f6ba888a9fb3b2e8d28603c5b3bedd6c4c5085e1 Mon Sep 17 00:00:00 2001 From: Christopher Miller Date: Fri, 15 Dec 2023 16:56:05 -0800 Subject: [PATCH] focus not needed --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 16d3c400..325afa5f 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -17,7 +17,7 @@ ADD api/package.json . ENV NODE_ENV production -RUN yarn install --focus +RUN yarn install COPY --from=builder /build/api/dist /app