mirror of
https://github.com/0x1d/drift-keeper.git
synced 2025-12-16 11:04:31 +01:00
Add wallet tracker
This commit is contained in:
7
wallet-tracker/Dockerfile
Normal file
7
wallet-tracker/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:18
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
COPY src src
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user