8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 3 additions and 7 deletions
Showing only changes of commit 3946e78dbf - Show all commits

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