summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 25c36dd..0bc37da 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/root/.npm \
FROM node:20-slim AS playwright-base
WORKDIR /app
-COPY package.json ./
+COPY package.json package-lock.json ./
COPY --from=prod-deps /app/node_modules ./node_modules
RUN npx playwright install chromium --with-deps