mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-06-13 04:51:03 +00:00
feat: add noter bot service for staking score data submission
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
RUN npm install \
|
||||
@pezkuwi/api@^16.5.36 \
|
||||
@pezkuwi/keyring@^14.0.25 \
|
||||
@pezkuwi/util@^14.0.25 \
|
||||
@pezkuwi/util-crypto@^14.0.25
|
||||
|
||||
COPY bot.js ./
|
||||
|
||||
CMD ["node", "bot.js"]
|
||||
Reference in New Issue
Block a user