We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fea438 commit 42c1fbbCopy full SHA for 42c1fbb
Dockerfile
@@ -12,7 +12,7 @@ RUN pnpm install --prod --frozen-lockfile && \
12
modclean --patterns default:safe --no-progress --run && \
13
rm -rf ~/.pnpm ~/.npm /tmp/* /var/cache/apk/*
14
15
-FROM node:22.13.1-alpine3.20
+FROM node:22.13.1-alpine3.20 AS final
16
17
RUN apk upgrade --no-cache --available && \
18
apk add --no-cache \
src/index.js
@@ -26,7 +26,7 @@ console.log("Chromium started!");
26
27
app.use(router);
28
29
-/** @type {Partial<import('playwright').BrowserContext>} defaultContext */
+/** @type {Partial<import('playwright-core').BrowserContext>} defaultContext */
30
const defaultContext = {
31
viewport: {
32
width: 1280,
0 commit comments