updated plugin reconciler, replaced docker commands

This commit is contained in:
Wyatt Johnson
2018-02-22 14:27:14 -07:00
parent 8c9bf5d4c8
commit 5bba2ea0ae
2 changed files with 25 additions and 35 deletions
-1
View File
@@ -18,7 +18,6 @@ ENV NODE_ENV production
# Install app dependencies and build static assets.
RUN yarn global add node-gyp && \
yarn install --frozen-lockfile && \
cli plugins reconcile && \
yarn build && \
yarn cache clean