Skip to content

Commit f594896

Browse files
committed
test(CRC-184): Install chromium and pupetter dependencies
1 parent cc32322 commit f594896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN corepack enable && corepack prepare [email protected] --activate
2828
WORKDIR /usr/src/app
2929
COPY package.json pnpm-lock.yaml ./
3030
RUN pnpm install --frozen-lockfile --no-optional
31+
COPY . .
3132

3233
# Puppeteer setup: Skip Chromium download and use the installed Chromium
3334
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true

0 commit comments

Comments
 (0)