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 cc32322 commit f594896Copy full SHA for f594896
Dockerfile
@@ -28,6 +28,7 @@ RUN corepack enable && corepack prepare [email protected] --activate
28
WORKDIR /usr/src/app
29
COPY package.json pnpm-lock.yaml ./
30
RUN pnpm install --frozen-lockfile --no-optional
31
+COPY . .
32
33
# Puppeteer setup: Skip Chromium download and use the installed Chromium
34
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
0 commit comments