feat: Enable parallell contract transactions in bootstrap
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
FROM node:15.3.0-alpine3.10
|
||||
#FROM node:lts-alpine3.14
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
@@ -14,6 +13,7 @@ RUN npm config set registry=${NPM_REPOSITORY}
|
||||
COPY package.json package-lock.json ./
|
||||
RUN --mount=type=cache,mode=0755,target=/root/.npm \
|
||||
npm set cache /root/.npm && \
|
||||
npm cache verify && \
|
||||
npm ci --verbose
|
||||
|
||||
COPY webpack.config.js ./
|
||||
|
||||
Reference in New Issue
Block a user