Merge branch 'master' into notification-digests

This commit is contained in:
Wyatt Johnson
2018-03-07 14:25:54 -07: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