diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 6e4a4798c..b81cf8644 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -6,54 +6,54 @@ RUN npm install -g pnpm@8.15.1 && \ pnpm setup && \ pnpm install -g @quasar/cli@2.2.1 -RUN apt-get -y --fix-missing update && \ - apt-get -y --fix-missing upgrade && \ - apt-get -y --no-install-recommends install \ - apt-utils \ - libgtk2.0-0 \ - libgtk-3-0 \ - libgbm-dev \ - libnotify-dev \ - libnss3 \ - libxss1 \ - libasound2 \ - libxtst6 \ - xauth \ - xvfb \ - chromium \ - && apt-get clean \ - && rm -rf /var/lib/apt/lists/* +# RUN apt-get -y --fix-missing update && \ +# apt-get -y --fix-missing upgrade && \ +# apt-get -y --no-install-recommends install \ +# apt-utils \ +# libgtk2.0-0 \ +# libgtk-3-0 \ +# libgbm-dev \ +# libnotify-dev \ +# libnss3 \ +# libxss1 \ +# libasound2 \ +# libxtst6 \ +# xauth \ +# xvfb \ +# chromium \ +# && apt-get clean \ +# && rm -rf /var/lib/apt/lists/* -WORKDIR /app +# WORKDIR /app -COPY \ - package.json \ - .npmrc \ - pnpm-lock.yaml \ - ./ +# COPY \ +# package.json \ +# .npmrc \ +# 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 -RUN pnpm install --prefer-offline && \ - pnpm install cypress && \ - npx cypress install +# COPY \ +# quasar.config.js \ +# index.html \ +# jsconfig.json \ +# quasar.extensions.json \ +# # .eslintignore \ +# # .eslintrc.js \ +# postcss.config.js \ +# cypress.config.js \ +# ./ -COPY \ - quasar.config.js \ - index.html \ - jsconfig.json \ - quasar.extensions.json \ - # .eslintignore \ - # .eslintrc.js \ - postcss.config.js \ - cypress.config.js \ - ./ - -COPY src src -COPY test/cypress test/cypress -COPY public public +# COPY src src +# COPY test/cypress test/cypress +# COPY public public