Fix missing mempool-config due to gitignore

This commit is contained in:
Bastien
2021-02-03 09:52:04 +01:00
parent 4e4f655be4
commit 35f5efaa2e
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