test: refs #6695 better Dockerfile.e2e
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
e8788cf2d0
commit
3946e78dbf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue