do not install cypress in prod docker build
This commit is contained in:
parent
972a92fa06
commit
65acb6ef2b
|
@ -8,6 +8,7 @@ COPY package.json .
|
||||||
COPY package-lock.json .
|
COPY package-lock.json .
|
||||||
|
|
||||||
ENV GATSBY_TELEMETRY_DISABLED 1
|
ENV GATSBY_TELEMETRY_DISABLED 1
|
||||||
|
ENV CYPRESS_INSTALL_BINARY 0
|
||||||
RUN npm i
|
RUN npm i
|
||||||
|
|
||||||
COPY data ./data
|
COPY data ./data
|
||||||
|
|
Reference in New Issue