Page MenuHomePhorge

No OneTemporary

Size
710 B
Referenced Files
None
Subscribers
None
diff --git a/docker/e2e/Dockerfile.e2e b/docker/e2e/Dockerfile.e2e
index 9c25a2f2ee..e0b93d83dc 100644
--- a/docker/e2e/Dockerfile.e2e
+++ b/docker/e2e/Dockerfile.e2e
@@ -1,20 +1,20 @@
FROM mcr.microsoft.com/playwright:v1.61.0-jammy
RUN npm install -g yarn@1.22.22
RUN adduser --system playwright --group --shell=/bin/bash
USER playwright
WORKDIR /app
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
COPY package.json yarn.lock ./
RUN yarn --frozen-lockfile
-COPY --chown=playwright ./build ./src ./test ./public ./static ./node_modules ./yarn.lock ./package.json .
+COPY --chown=playwright ./build ./src ./test ./public ./static ./yarn.lock ./package.json .
ENV CI=1
CMD ["yarn", "e2e:pw"]

File Metadata

Mime Type
text/x-diff
Expires
Sat, Aug 8, 10:26 AM (12 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1723091
Default Alt Text
(710 B)

Event Timeline