Merge pull request #1420 from coralproject/plugin-docker-regression

Workspace + Plugin Regression
This commit is contained in:
Kim Gardner
2018-03-07 14:02:12 -05:00
committed by GitHub
+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