Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85628238
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
652 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/docker/e2e/Dockerfile.e2e b/docker/e2e/Dockerfile.e2e
index da9c2499d5..cc7cbf6334 100644
--- a/docker/e2e/Dockerfile.e2e
+++ b/docker/e2e/Dockerfile.e2e
@@ -1,21 +1,20 @@
FROM mcr.microsoft.com/playwright:v1.61.0-jammy
-RUN addgroup -S playwright \
- && adduser --system playwright -G playwright --shell=/bin/bash
+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
-RUN npm install -g yarn@1.22.22
-
COPY package.json yarn.lock ./
RUN yarn --frozen-lockfile
COPY . .
ENV CI=1
CMD ["yarn", "e2e:pw"]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Aug 8, 11:43 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1723145
Default Alt Text
(652 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment