update gas-price-oracle and node version

This commit is contained in:
Alexey 2020-08-12 13:32:28 +03:00
parent d1da1dd0e7
commit 20af732495
4 changed files with 893 additions and 4254 deletions

@ -1,4 +1,4 @@
FROM node:11 FROM node:12
WORKDIR /app WORKDIR /app
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
@ -7,4 +7,4 @@ COPY . .
EXPOSE 8000 EXPOSE 8000
HEALTHCHECK CMD curl -f http://localhost:8000/status HEALTHCHECK CMD curl -f http://localhost:8000/status
CMD ["npm", "run", "start"] CMD ["npm", "run", "start"]

1649
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -14,7 +14,7 @@
"bull": "^3.12.1", "bull": "^3.12.1",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"express": "^4.17.1", "express": "^4.17.1",
"gas-price-oracle": "^0.1.4", "gas-price-oracle": "^0.1.5",
"ioredis": "^4.14.1", "ioredis": "^4.14.1",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"web3": "^1.2.2", "web3": "^1.2.2",

3492
yarn.lock

File diff suppressed because it is too large Load Diff