diff --git a/docker/production/Dockerfile b/docker/production/Dockerfile index 5d09d0b9c..2d33ae3df 100644 --- a/docker/production/Dockerfile +++ b/docker/production/Dockerfile @@ -4,6 +4,9 @@ FROM node:16-alpine as assets RUN apk add --no-cache python3 build-base libwebp-tools bash imagemagick ncurses WORKDIR /build COPY js . + +ENV CYPRESS_INSTALL_BINARY 0 + RUN yarn install \ && yarn run build