Skip to content

Commit

Permalink
build(frontend): Don't install cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Dec 6, 2024
1 parent db94c36 commit 061901d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-slim as builder
WORKDIR /app
COPY package.json pnpm-lock.yaml ./
RUN corepack pnpm install --frozen-lockfile
RUN CYPRESS_INSTALL_BINARY=0 corepack pnpm install --frozen-lockfile
COPY . .
ARG APP_VERSION
RUN APP_VERSION=$APP_VERSION corepack pnpm run build:frontend
Expand Down

0 comments on commit 061901d

Please sign in to comment.