Add copy everything in build and test

This commit is contained in:
Matt Rider 2019-01-09 19:15:48 -02:00
parent cca09415c3
commit 0acca8c73f

View File

@ -18,6 +18,7 @@ RUN yarn install --production=false --frozen-lockfile --non-interactive
RUN cd styleguide && yarn install --production=false --frozen-lockfile --non-interactive \
&& cd .. \
&& yarn run styleguide:build
COPY . .
RUN yarn run build
FROM base as production