From 81584f24686007189c5d602e66aab3b8b6d1661f Mon Sep 17 00:00:00 2001 From: Jae Lo Presti Date: Sun, 8 Jan 2023 11:26:35 +0000 Subject: [PATCH] Dockerfile: path builds producing brick image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34e17f7a4..ea50ce034 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN yarn install --immutable RUN yarn plugin import workspace-tools # Build project (pnp dependencies are installed) -RUN yarn run rebuild +RUN yarn run build # Remove git files RUN rm -rf .git