Skip to content

Commit 096afa7

Browse files
committed
try different npm setup
1 parent 6fc4ca7 commit 096afa7

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
@@ -39,7 +39,7 @@ ENV CHROME_BIN="/usr/bin/chromium-browser" \
3939

4040
RUN set -x \
4141
&& apk add udev ttf-freefont chromium \
42-
&& npm install puppeteer -g
42+
&& npm install puppeteer --save
4343

4444
WORKDIR /docs
4545
COPY requirements.txt .

0 commit comments

Comments
 (0)