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 dbb8b14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ARG playwright_version=latest
FROM mcr.microsoft.com/playwright:v$playwright_version-jammy

ARG playwright_version
RUN echo $playwright_version > image_version

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

0 comments on commit dbb8b14

Please sign in to comment.