mirror of https://github.com/grpc/grpc-node.git
Fix docker image build sequencing
This commit is contained in:
parent
73dea90052
commit
854c15e113
|
|
@ -24,12 +24,12 @@ COPY . .
|
||||||
|
|
||||||
WORKDIR /node/src/grpc-node/packages/proto-loader
|
WORKDIR /node/src/grpc-node/packages/proto-loader
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
WORKDIR /node/src/grpc-node/packages/grpc-js
|
||||||
|
RUN npm install
|
||||||
WORKDIR /node/src/grpc-node/packages/grpc-health-check
|
WORKDIR /node/src/grpc-node/packages/grpc-health-check
|
||||||
RUN npm install
|
RUN npm install
|
||||||
WORKDIR /node/src/grpc-node/packages/grpc-reflection
|
WORKDIR /node/src/grpc-node/packages/grpc-reflection
|
||||||
RUN npm install
|
RUN npm install
|
||||||
WORKDIR /node/src/grpc-node/packages/grpc-js
|
|
||||||
RUN npm install
|
|
||||||
WORKDIR /node/src/grpc-node/packages/grpc-js-xds
|
WORKDIR /node/src/grpc-node/packages/grpc-js-xds
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,12 +24,12 @@ COPY . .
|
||||||
|
|
||||||
WORKDIR /node/src/grpc-node/packages/proto-loader
|
WORKDIR /node/src/grpc-node/packages/proto-loader
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
WORKDIR /node/src/grpc-node/packages/grpc-js
|
||||||
|
RUN npm install
|
||||||
WORKDIR /node/src/grpc-node/packages/grpc-health-check
|
WORKDIR /node/src/grpc-node/packages/grpc-health-check
|
||||||
RUN npm install
|
RUN npm install
|
||||||
WORKDIR /node/src/grpc-node/packages/grpc-reflection
|
WORKDIR /node/src/grpc-node/packages/grpc-reflection
|
||||||
RUN npm install
|
RUN npm install
|
||||||
WORKDIR /node/src/grpc-node/packages/grpc-js
|
|
||||||
RUN npm install
|
|
||||||
WORKDIR /node/src/grpc-node/packages/grpc-js-xds
|
WORKDIR /node/src/grpc-node/packages/grpc-js-xds
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue