test: refs #6695 better Dockerfile.e2e
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-05 08:45:41 +01:00
parent e8788cf2d0
commit 3946e78dbf
1 changed files with 3 additions and 7 deletions

View File

@ -25,14 +25,10 @@ RUN apt-get -y --fix-missing update && \
WORKDIR /app WORKDIR /app
COPY \ COPY package.json .npmrc pnpm-lock.yaml ./
package.json \ COPY node_modules ./node_modules
.npmrc \
pnpm-lock.yaml \
./
RUN pnpm install && \ RUN pnpm install --frozen-lockfile && \
pnpm install -g @quasar/cli@2.2.1 && \
pnpm install cypress && \ pnpm install cypress && \
npx cypress install npx cypress install