Skip to content

Commit

Permalink
remove redundant copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Graham committed Sep 13, 2024
1 parent 00aa2f7 commit 828279b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions visual-js/visual-playwright/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 828279b

Please sign in to comment.