From 2e9e7c297b8488d242b5e7535546ae9efad8a45a Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 7 Mar 2018 11:30:26 -0700 Subject: [PATCH] Fixed regression with workspaces --- Dockerfile.onbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.onbuild b/Dockerfile.onbuild index 5739d6f95..3e837aad6 100644 --- a/Dockerfile.onbuild +++ b/Dockerfile.onbuild @@ -18,5 +18,6 @@ ONBUILD COPY . /usr/src/app # clear out the development dependencies again. After this we of course need to # clear out the yarn cache, this saves quite a lot of size. ONBUILD RUN cli plugins reconcile && \ + yarn && \ yarn build && \ yarn cache clean \ No newline at end of file