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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue