feat(sweep-nfts.js): Added script to reclaim NFTs

This commit is contained in:
Chris Troutner
2022-07-06 18:30:33 -07:00
parent 6585ceacc7
commit b74f460a9a
6 changed files with 210 additions and 29 deletions
+4 -4
View File
@@ -43,10 +43,10 @@ services:
restart: always
p2wdb:
#build:
# context: ./p2wdb/
# dockerfile: Dockerfile
image: christroutner/ipfs-p2wdb-service:v3.0.4
build:
context: ./p2wdb/
dockerfile: Dockerfile
#image: christroutner/ipfs-p2wdb-service:v3.0.4
container_name: p2wdb
environment:
CONSUMER_URL: 'https://free-bch.fullstack.cash'
+1 -1
View File
@@ -61,7 +61,7 @@ RUN npm run docs
#EXPOSE 5010
# Start the application.
COPY start-production.sh start-production.sh
#COPY start-production.sh start-production.sh
CMD ["./start-production.sh"]
#CMD ["npm", "start"]