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 8 additions and 4 deletions
Showing only changes of commit 9d5fd916a2 - Show all commits

View File

@ -32,11 +32,15 @@ COPY \
pnpm-lock.yaml \
./
RUN if [ ! -d "node_modules" ]; then \
pnpm install; \
fi && \
# RUN if [ ! -d "node_modules" ]; then \
# pnpm install; \
# fi && \
# pnpm install cypress && \
# npx cypress install
RUN pnpm install --prefer-offline && \
pnpm install cypress && \
npx cypress install
pnpx cypress install
COPY \
quasar.config.js \