Skip to content

Commit 2ea18ae

Browse files
authored
Update Dockerfile
1 parent 25fe092 commit 2ea18ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
77
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
88

99
RUN apk add --no-cache chromium && apk add --no-cache curl
10-
COPY package*.json .
10+
COPY package.json .
1111
# Uncomment this when you run npm install locally
1212
#RUN npm ci --ignore-scripts
1313
RUN npm install --ignore-scripts

0 commit comments

Comments
 (0)