do not install cypress in prod docker build

This commit is contained in:
Karol Wypchlo 2021-07-12 11:59:21 +02:00
parent 972a92fa06
commit 65acb6ef2b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ COPY package.json .
COPY package-lock.json .
ENV GATSBY_TELEMETRY_DISABLED 1
ENV CYPRESS_INSTALL_BINARY 0
RUN npm i
COPY data ./data