fix(docker): Using image rather than dockerfile

This commit is contained in:
Chris Troutner
2022-05-16 14:18:09 -07:00
parent df778d6d8e
commit 2ca54865bc
+2 -1
View File
@@ -43,7 +43,8 @@ services:
restart: always
bch-consumer:
build: .
#build: .
image: christroutner/ipfs-bch-wallet-consumer:v1.8.0
container_name: bch-consumer
logging:
driver: 'json-file'