Skip to content

Commit ad343f2

Browse files
committed
Update Dockerfile
1 parent 9acb1b9 commit ad343f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

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

5-
COPY package*.json ./
6-
COPY yarn.lock ./
75
RUN yarn install
86

97
COPY --chown=myuser . ./

0 commit comments

Comments
 (0)