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
COPY \
package.json \
.npmrc \
pnpm-lock.yaml \
./
COPY package.json .npmrc pnpm-lock.yaml ./
COPY node_modules ./node_modules
RUN pnpm install && \
pnpm install -g @quasar/cli@2.2.1 && \
RUN pnpm install --frozen-lockfile && \
pnpm install cypress && \
npx cypress install