docs(docker): remove cypress from Docker deployment documentation
Signed-off-by: Hammar Johan <johan.hammar@volvofinans.se>
This commit is contained in:
@@ -194,8 +194,6 @@ WORKDIR /app
|
||||
|
||||
COPY --from=packages --chown=node:node /app .
|
||||
|
||||
# Stop cypress from downloading it's massive binary.
|
||||
ENV CYPRESS_INSTALL_BINARY=0
|
||||
RUN --mount=type=cache,target=/home/node/.cache/yarn,sharing=locked,uid=1000,gid=1000 \
|
||||
yarn install --frozen-lockfile --network-timeout 600000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user