Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Try fixing Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Aug 20, 2022
1 parent a73a912 commit f2df844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.playwright
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ARG PLAYWRIGHT_VERSION
FROM mcr.microsoft.com/playwright:v${PLAYWRIGHT_VERSION}-focal

COPY package.json .
RUN npm install --location=global $(grep packageManager package.json | awk '{print $2}' | sed 's/[",]//g')
RUN npm install -g $(grep packageManager package.json | awk '{print $2}' | sed 's/[",]//g')

0 comments on commit f2df844

Please sign in to comment.