From 828279b10e28fe5e51e1dbe33f4b1c7a57236c10 Mon Sep 17 00:00:00 2001 From: Logan Graham Date: Fri, 13 Sep 2024 08:48:36 -0400 Subject: [PATCH] remove redundant copy --- visual-js/visual-playwright/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/visual-js/visual-playwright/Dockerfile b/visual-js/visual-playwright/Dockerfile index a9995b0e..ddbf6926 100644 --- a/visual-js/visual-playwright/Dockerfile +++ b/visual-js/visual-playwright/Dockerfile @@ -8,9 +8,7 @@ COPY . ./ RUN yarn install && npm run build --workspaces --if-present -COPY ./visual-playwright/integration-tests/ ./integration-tests/ - -WORKDIR integration-tests +WORKDIR ./visual-playwright/integration-tests RUN npm install && npx playwright install --with-deps chromium