From 0acca8c73ffc2d9ac9246959657b1aebc5a3b199 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Wed, 9 Jan 2019 19:15:48 -0200 Subject: [PATCH] Add copy everything in build and test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a50e03715..1affdf80f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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