diff --git a/Dockerfile b/Dockerfile index c7005e98b4..82391964d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ COPY . . # install deps RUN yarn install --frozen-lockfile +RUN yarn after-install ENV NODE_ENV production