Fix missing mempool-config due to gitignore

This commit is contained in:
Bastien
2021-02-03 09:52:04 +01:00
parent e1c5d3595f
commit 39b88e3147
2 changed files with 39 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ RUN npm i typescript
RUN npm run build
RUN mv ./docker/* .
RUN mv ./mempool-config-docker.json ./mempool-config.json
FROM node:12-buster-slim