Fixed regression with workspaces

This commit is contained in:
Wyatt Johnson
2018-03-07 11:30:26 -07:00
parent a4a22c0758
commit 2e9e7c297b
+1
View File
@@ -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