Skip to content

Commit 49e06a8

Browse files
committed
PUPPETEER_SKIP_DOWNLOAD
1 parent 7e0db96 commit 49e06a8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM node:16-alpine as build
22

33
ARG BUILD_VERSION
44
ENV BUILD_VERSION $BUILD_VERSION
5+
ENV PUPPETEER_SKIP_DOWNLOAD true
56

67
RUN apk update && apk upgrade && \
78
apk add --no-cache bash git openssh
@@ -12,7 +13,6 @@ WORKDIR /app
1213
COPY package.json .
1314
#COPY package-lock.json .
1415

15-
1616
RUN npm install
1717
COPY . .
1818
RUN npm run build

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "starhackit",
33
"description": "react + node fullstack starter kit with authentication and authorization, data backed by SQL",
4-
"version": "10.15.0",
4+
"version": "10.16.0",
55
"private": false,
66
"scripts": {
77
"docker:up": "docker-compose up",

0 commit comments

Comments
 (0)