File tree Expand file tree Collapse file tree 5 files changed +0
-47
lines changed
Expand file tree Collapse file tree 5 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
44
55WORKDIR /app
66
7- RUN apk add --no-cache \
8- python3 \
9- make g++ \
10- gcc \
11- libc-dev \
12- linux-headers \
13- libusb-dev \
14- eudev-dev
15-
167COPY ./client/package*.json ./
178
189RUN npm install
Original file line number Diff line number Diff line change @@ -4,16 +4,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
44
55WORKDIR /app
66
7- RUN apk add --no-cache \
8- python3 \
9- make g++ \
10- gcc \
11- libc-dev \
12- linux-headers \
13- libusb-dev \
14- eudev-dev
15-
16-
177COPY ./client/package*.json ./
188
199RUN npm install
Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
44
55WORKDIR /app
66
7- RUN apk add --no-cache \
8- python3 \
9- make g++ \
10- gcc \
11- libc-dev \
12- linux-headers \
13- libusb-dev \
14- eudev-dev
15-
167COPY ./client/package*.json ./
178
189RUN npm install
Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
44
55WORKDIR /app
66
7- RUN apk add --no-cache \
8- python3 \
9- make g++ \
10- gcc \
11- libc-dev \
12- linux-headers \
13- libusb-dev \
14- eudev-dev
15-
167COPY ./client/package*.json ./
178
189RUN npm install
Original file line number Diff line number Diff line change @@ -4,16 +4,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
44
55WORKDIR /app
66
7- RUN apk add --no-cache \
8- python3 \
9- make g++ \
10- gcc \
11- libc-dev \
12- linux-headers \
13- libusb-dev \
14- eudev-dev
15-
16-
177COPY ./client/package*.json ./
188
199RUN npm install
You can’t perform that action at this time.
0 commit comments