Skip to content

Commit 42c1fbb

Browse files
committed
address comments.
1 parent 4fea438 commit 42c1fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN pnpm install --prod --frozen-lockfile && \
1212
modclean --patterns default:safe --no-progress --run && \
1313
rm -rf ~/.pnpm ~/.npm /tmp/* /var/cache/apk/*
1414

15-
FROM node:22.13.1-alpine3.20
15+
FROM node:22.13.1-alpine3.20 AS final
1616

1717
RUN apk upgrade --no-cache --available && \
1818
apk add --no-cache \

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ console.log("Chromium started!");
2626

2727
app.use(router);
2828

29-
/** @type {Partial<import('playwright').BrowserContext>} defaultContext */
29+
/** @type {Partial<import('playwright-core').BrowserContext>} defaultContext */
3030
const defaultContext = {
3131
viewport: {
3232
width: 1280,

0 commit comments

Comments
 (0)