Skip to content

Commit 5e7203d

Browse files
committed
Update Dockerfile
1 parent ad343f2 commit 5e7203d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ COPY --chown=myuser package*.json ./
33
COPY --chown=myuser yarn.lock ./
44

55
RUN yarn install
6+
RUN yarn create playwright
7+
68

79
COPY --chown=myuser . ./
810

0 commit comments

Comments
 (0)