Skip to content

Commit 25fe092

Browse files
authored
Update Dockerfile.dev
1 parent 58443fc commit 25fe092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dev

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
10-
COPY package*.json .
10+
COPY package.json .
1111

1212
RUN npm install --ignore-scripts
1313

0 commit comments

Comments
 (0)