6695-docker_push_3 #1423

Merged
alexm merged 424 commits from 6695-docker_push_3 into dev 2025-02-21 12:41:37 +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