We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fe092 commit 2ea18aeCopy full SHA for 2ea18ae
Dockerfile
@@ -7,7 +7,7 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
7
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
8
9
RUN apk add --no-cache chromium && apk add --no-cache curl
10
-COPY package*.json .
+COPY package.json .
11
# Uncomment this when you run npm install locally
12
#RUN npm ci --ignore-scripts
13
RUN npm install --ignore-scripts
0 commit comments