don't download cypress on production build

This commit is contained in:
Karol Wypchlo 2020-07-08 14:09:21 +02:00
parent f27ce01c7e
commit 88ecfd00cf
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ COPY gatsby-config.js .
COPY package.json .
COPY yarn.lock .
ENV CYPRESS_INSTALL_BINARY 0
RUN yarn --frozen-lockfile
RUN yarn build