Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed May 27, 2024
1 parent d31baac commit e5f8555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM apify/actor-node-playwright:latest
COPY --chown=myuser package*.json ./
COPY --chown=myuser yarn.lock ./

COPY package*.json ./
COPY yarn.lock ./
RUN yarn install
Expand Down

0 comments on commit e5f8555

Please sign in to comment.