-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #246 from lidofinance/prerelease-3.1.0
Review improvement deploy on testnet
- Loading branch information
Showing
143 changed files
with
6,606 additions
and
7,412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM node:14.18.1-alpine3.13 as building | |
|
||
# needed for git dependencies | ||
RUN apk update && apk upgrade && \ | ||
apk add --no-cache bash=5.1.16-r0 git=2.30.6-r0 openssh=8.4_p1-r4 python3=3.8.15-r0 make=4.3-r0 g++=10.2.1_pre1-r3 | ||
apk add --no-cache bash=5.1.16-r0 git=2.30.6-r0 openssh=8.4_p1-r4 python3=3.8.15-r0 make=4.3-r0 g++=10.2.1_pre1-r3 | ||
|
||
RUN mkdir /council | ||
|
||
|
@@ -13,10 +13,9 @@ RUN npm i -g [email protected] | |
|
||
COPY ./package*.json ./ | ||
COPY ./yarn*.lock ./ | ||
RUN yarn install --frozen-lockfile --non-interactive && yarn cache clean | ||
|
||
COPY ./tsconfig*.json ./ | ||
COPY ./src ./src | ||
RUN yarn install --frozen-lockfile --non-interactive && yarn cache clean | ||
|
||
RUN yarn typechain && yarn build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.