Skip to content

Commit

Permalink
fix: use playwright arg before from
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasialanz committed Oct 8, 2024
1 parent bb6f165 commit 83eff91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG playwright_version=latest
FROM mcr.microsoft.com/playwright:v$playwright_version-jammy
ARG playwright_version

WORKDIR /app
COPY ./yarn.lock ./
Expand Down

0 comments on commit 83eff91

Please sign in to comment.